|
typedef NiftiType | NativeType |
|
typedef SquareMatrix< NiftiType, ElementType, Order > | MatrixType |
|
typedef Vector< ElementType, Order > | VectorType |
|
|
| SquareMatrix (const ElementType value=0.0) |
|
| SquareMatrix (const ElementType *source) |
|
| SquareMatrix (const NiftiType &source) |
|
| operator const NiftiType () const |
|
| operator NiftiType () |
|
const ElementType * | begin () const |
|
ElementType * | begin () |
|
const ElementType * | end () const |
|
ElementType * | end () |
|
MatrixType | inverse () const |
|
MatrixType | polar () const |
|
ElementType | colnorm () const |
|
ElementType | rownorm () const |
|
ElementType | determ () const |
|
MatrixType | multiply (const MatrixType &other) const |
|
VectorType | multiply (const VectorType &vec) const |
|
MatrixType | operator* (const MatrixType &other) const |
|
VectorType | operator* (const VectorType &vec) const |
|
const ElementType & | operator() (const int i, const int j) const |
|
ElementType & | operator() (const int i, const int j) |
|
|
NiftiType * | niftiPointer () const |
|
NiftiType | niftiCopy () const |
|
|
ElementType | elements [Order *Order] |
|
The documentation for this class was generated from the following file: