ACF $AcfVersion:0$
imath::TMatrix< Width, Height, Element > Member List

This is the complete list of members for imath::TMatrix< Width, Height, Element >, including all inherited members.

Clear()imath::TMatrix< Width, Height, Element >
ColumnVector typedefimath::TMatrix< Width, Height, Element >
ElementType typedefimath::TMatrix< Width, Height, Element >
GetAdded(const TMatrix< Width, Height, Element > &matrix, TMatrix< Width, Height, Element > &result) constimath::TMatrix< Width, Height, Element >
GetAt(const IndexType &index) constimath::TMatrix< Width, Height, Element >
GetAt(int x, int y) constimath::TMatrix< Width, Height, Element >
GetAtRef(const IndexType &index)imath::TMatrix< Width, Height, Element >
GetAtRef(int x, int y)imath::TMatrix< Width, Height, Element >
GetColumnVector(int columnIndex, TVector< Height, Element > &result) constimath::TMatrix< Width, Height, Element >
GetDecompositionQDQ(TMatrix< Height, Height, Element > &matrixQ, TVector< Height, Element > &diagonalD, double tolerance=I_BIG_EPSILON, int maxIterations=100) constimath::TMatrix< Width, Height, Element >
GetDimensionsCount() constimath::TMatrix< Width, Height, Element >
GetFrobeniusNorm() constimath::TMatrix< Width, Height, Element >
GetFrobeniusNorm2() constimath::TMatrix< Width, Height, Element >
GetMaxElement() constimath::TMatrix< Width, Height, Element >
GetMinElement() constimath::TMatrix< Width, Height, Element >
GetMultiplied(const TMatrix< SecondWidth, Width, Element > &matrix, TMatrix< SecondWidth, Height, Element > &result) constimath::TMatrix< Width, Height, Element >inline
GetMultiplied(const TMatrix< SecondWidth, Width, Element > &matrix) constimath::TMatrix< Width, Height, Element >inline
GetMultiplied(const TVector< Width, Element > &vector, TVector< Height, Element > &result) constimath::TMatrix< Width, Height, Element >
GetMultiplied(const TVector< Width, Element > &vector) constimath::TMatrix< Width, Height, Element >
GetNegated(TMatrix< Width, Height, Element > &result)imath::TMatrix< Width, Height, Element >
GetRowVector(int rowIndex, TVector< Width, Element > &result)imath::TMatrix< Width, Height, Element >
GetScaled(double value, TMatrix< Width, Height, Element > &result) constimath::TMatrix< Width, Height, Element >
GetSize(int dimension) constimath::TMatrix< Width, Height, Element >
GetSizes() constimath::TMatrix< Width, Height, Element >
GetSubstracted(const TMatrix< Width, Height, Element > &matrix, TMatrix< Width, Height, Element > &result) constimath::TMatrix< Width, Height, Element >
GetTrace() constimath::TMatrix< Width, Height, Element >
GetTransposed(TMatrix< Height, Width, Element > &result) constimath::TMatrix< Width, Height, Element >
GetTransposed() constimath::TMatrix< Width, Height, Element >inline
GetTriangleDecomposed(TMatrix< Width, Height, Element > &result, TMatrix< Height, Height, Element > *matrixQPtr=NULL, int maxColumns=-1, double minHhNorm=I_BIG_EPSILON) constimath::TMatrix< Width, Height, Element >
IndexType typedefimath::TMatrix< Width, Height, Element >
InitToIdentity()imath::TMatrix< Width, Height, Element >
IsDimensionsCountFixed() constimath::TMatrix< Width, Height, Element >
MatrixInitMode enum nameimath::TMatrix< Width, Height, Element >
MIM_DOWNER_TRIANGLE enum valueimath::TMatrix< Width, Height, Element >
MIM_IDENTITY enum valueimath::TMatrix< Width, Height, Element >
MIM_ONES enum valueimath::TMatrix< Width, Height, Element >
MIM_UPPER_TRIANGLE enum valueimath::TMatrix< Width, Height, Element >
MIM_ZERO enum valueimath::TMatrix< Width, Height, Element >
operator!=(const TMatrix< Width, Height, Element > &matrix) constimath::TMatrix< Width, Height, Element >
operator*(const TMatrix< SecondWidth, Width, Element > &matrix) constimath::TMatrix< Width, Height, Element >inline
operator*(double value) constimath::TMatrix< Width, Height, Element >inline
operator*=(double value)imath::TMatrix< Width, Height, Element >
operator+(const TMatrix< Width, Height, Element > &matrix) constimath::TMatrix< Width, Height, Element >inline
operator+=(const TMatrix< Width, Height, Element > &matrix)imath::TMatrix< Width, Height, Element >
operator-(const TMatrix< Width, Height, Element > &matrix) constimath::TMatrix< Width, Height, Element >inline
operator-()imath::TMatrix< Width, Height, Element >inline
operator-=(const TMatrix< Width, Height, Element > &matrix)imath::TMatrix< Width, Height, Element >
operator=(const TMatrix< Width, Height, Element > &matrix)=defaultimath::TMatrix< Width, Height, Element >
operator==(const TMatrix< Width, Height, Element > &matrix) constimath::TMatrix< Width, Height, Element >
operator[](const IndexType &index) constimath::TMatrix< Width, Height, Element >
operator[](const IndexType &index)imath::TMatrix< Width, Height, Element >
Reset()imath::TMatrix< Width, Height, Element >
RowVector typedefimath::TMatrix< Width, Height, Element >
Serialize(iser::IArchive &archive)imath::TMatrix< Width, Height, Element >
SetAt(const IndexType &index, const ElementType &value)imath::TMatrix< Width, Height, Element >
SetAt(int x, int y, const ElementType &value)imath::TMatrix< Width, Height, Element >
SetColumnVector(int columnIndex, const TVector< Height, Element > &columnVector)imath::TMatrix< Width, Height, Element >
SetDimensionsCount(int count)imath::TMatrix< Width, Height, Element >
SetSize(int dimension, int size)imath::TMatrix< Width, Height, Element >
SetSizes(const SizesType &sizes)imath::TMatrix< Width, Height, Element >
SizesType typedefimath::TMatrix< Width, Height, Element >
TMatrix()imath::TMatrix< Width, Height, Element >
TMatrix(MatrixInitMode mode)imath::TMatrix< Width, Height, Element >explicit
TMatrix(const TMatrix &matrix)imath::TMatrix< Width, Height, Element >
Transpose()imath::TMatrix< Width, Height, Element >inline