| Clear() | imath::TMatrix< Width, Height, Element > | |
| ColumnVector typedef | imath::TMatrix< Width, Height, Element > | |
| ElementType typedef | imath::TMatrix< Width, Height, Element > | |
| GetAdded(const TMatrix< Width, Height, Element > &matrix, TMatrix< Width, Height, Element > &result) const | imath::TMatrix< Width, Height, Element > | |
| GetAt(const IndexType &index) const | imath::TMatrix< Width, Height, Element > | |
| GetAt(int x, int y) const | imath::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) const | imath::TMatrix< Width, Height, Element > | |
| GetDecompositionQDQ(TMatrix< Height, Height, Element > &matrixQ, TVector< Height, Element > &diagonalD, double tolerance=I_BIG_EPSILON, int maxIterations=100) const | imath::TMatrix< Width, Height, Element > | |
| GetDimensionsCount() const | imath::TMatrix< Width, Height, Element > | |
| GetFrobeniusNorm() const | imath::TMatrix< Width, Height, Element > | |
| GetFrobeniusNorm2() const | imath::TMatrix< Width, Height, Element > | |
| GetMaxElement() const | imath::TMatrix< Width, Height, Element > | |
| GetMinElement() const | imath::TMatrix< Width, Height, Element > | |
| GetMultiplied(const TMatrix< SecondWidth, Width, Element > &matrix, TMatrix< SecondWidth, Height, Element > &result) const | imath::TMatrix< Width, Height, Element > | inline |
| GetMultiplied(const TMatrix< SecondWidth, Width, Element > &matrix) const | imath::TMatrix< Width, Height, Element > | inline |
| GetMultiplied(const TVector< Width, Element > &vector, TVector< Height, Element > &result) const | imath::TMatrix< Width, Height, Element > | |
| GetMultiplied(const TVector< Width, Element > &vector) const | imath::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) const | imath::TMatrix< Width, Height, Element > | |
| GetSize(int dimension) const | imath::TMatrix< Width, Height, Element > | |
| GetSizes() const | imath::TMatrix< Width, Height, Element > | |
| GetSubstracted(const TMatrix< Width, Height, Element > &matrix, TMatrix< Width, Height, Element > &result) const | imath::TMatrix< Width, Height, Element > | |
| GetTrace() const | imath::TMatrix< Width, Height, Element > | |
| GetTransposed(TMatrix< Height, Width, Element > &result) const | imath::TMatrix< Width, Height, Element > | |
| GetTransposed() const | imath::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) const | imath::TMatrix< Width, Height, Element > | |
| IndexType typedef | imath::TMatrix< Width, Height, Element > | |
| InitToIdentity() | imath::TMatrix< Width, Height, Element > | |
| IsDimensionsCountFixed() const | imath::TMatrix< Width, Height, Element > | |
| MatrixInitMode enum name | imath::TMatrix< Width, Height, Element > | |
| MIM_DOWNER_TRIANGLE enum value | imath::TMatrix< Width, Height, Element > | |
| MIM_IDENTITY enum value | imath::TMatrix< Width, Height, Element > | |
| MIM_ONES enum value | imath::TMatrix< Width, Height, Element > | |
| MIM_UPPER_TRIANGLE enum value | imath::TMatrix< Width, Height, Element > | |
| MIM_ZERO enum value | imath::TMatrix< Width, Height, Element > | |
| operator!=(const TMatrix< Width, Height, Element > &matrix) const | imath::TMatrix< Width, Height, Element > | |
| operator*(const TMatrix< SecondWidth, Width, Element > &matrix) const | imath::TMatrix< Width, Height, Element > | inline |
| operator*(double value) const | imath::TMatrix< Width, Height, Element > | inline |
| operator*=(double value) | imath::TMatrix< Width, Height, Element > | |
| operator+(const TMatrix< Width, Height, Element > &matrix) const | 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) const | imath::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)=default | imath::TMatrix< Width, Height, Element > | |
| operator==(const TMatrix< Width, Height, Element > &matrix) const | imath::TMatrix< Width, Height, Element > | |
| operator[](const IndexType &index) const | imath::TMatrix< Width, Height, Element > | |
| operator[](const IndexType &index) | imath::TMatrix< Width, Height, Element > | |
| Reset() | imath::TMatrix< Width, Height, Element > | |
| RowVector typedef | imath::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 typedef | imath::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 |