Class for Transpose Operations.
Definition at line 503 of file MatrixFunctions.h.
Public Member Functions | |
| TransposeOp (const Matrix &rhs) | |
| ~TransposeOp () | |
| T | apply (unsigned int i) const | 
| bool | IsInUse (const T *p) const | 
| T | operator() (unsigned int i, unsigned j) const | 
Protected Attributes | |
| const Matrix & | rhs_ | 
#include <Math/MatrixFunctions.h>
Definition at line 506 of file MatrixFunctions.h.
      
  | 
  inline | 
Definition at line 510 of file MatrixFunctions.h.
      
  | 
  inline | 
Definition at line 513 of file MatrixFunctions.h.
Definition at line 520 of file MatrixFunctions.h.
      
  | 
  inline | 
Definition at line 516 of file MatrixFunctions.h.
Definition at line 525 of file MatrixFunctions.h.