![]() |
PIP 5.5.3
Platform-Independent Primitives
|
Полный список членов класса PIMathMatrix< Type >, включая наследуемые из базового класса
| determinant(bool *ok=0) const | PIMathMatrix< Type > | inline |
| fill(const Type &v) | PIMathMatrix< Type > | inline |
| identity(const uint cols, const uint rows) | PIMathMatrix< Type > | inlinestatic |
| invert(bool *ok=0, PIMathVector< Type > *sv=0) | PIMathMatrix< Type > | inline |
| inverted(bool *ok=0) const | PIMathMatrix< Type > | inline |
| isIdentity() const | PIMathMatrix< Type > | inline |
| isNull() const | PIMathMatrix< Type > | inline |
| isSquare() const | PIMathMatrix< Type > | inline |
| isValid() const | PIMathMatrix< Type > | inline |
| matrixCol(const PIMathVector< Type > &val) | PIMathMatrix< Type > | inlinestatic |
| matrixRow(const PIMathVector< Type > &val) | PIMathMatrix< Type > | inlinestatic |
| operator*(const Type &v) const | PIMathMatrix< Type > | inline |
| operator*=(const Type &v) | PIMathMatrix< Type > | inline |
| operator+(const PIMathMatrix< Type > &sm) const | PIMathMatrix< Type > | inline |
| operator+=(const PIMathMatrix< Type > &sm) | PIMathMatrix< Type > | inline |
| operator-() const | PIMathMatrix< Type > | inline |
| operator-(const PIMathMatrix< Type > &sm) const | PIMathMatrix< Type > | inline |
| operator-=(const PIMathMatrix< Type > &sm) | PIMathMatrix< Type > | inline |
| operator/(const Type &v) const | PIMathMatrix< Type > | inline |
| operator/=(const Type &v) | PIMathMatrix< Type > | inline |
| PIMathMatrix(const uint cols=0, const uint rows=0, const Type &f=Type()) | PIMathMatrix< Type > | inline |
| PIMathMatrix(const uint cols, const uint rows, const PIVector< Type > &val) | PIMathMatrix< Type > | inline |
| PIMathMatrix(const PIVector< PIVector< Type > > &val) | PIMathMatrix< Type > | inline |
| PIMathMatrix(const PIVector2D< Type > &val) | PIMathMatrix< Type > | inline |
| setCol(uint index, const PIMathVector< Type > &v) | PIMathMatrix< Type > | inline |
| setRow(uint index, const PIMathVector< Type > &v) | PIMathMatrix< Type > | inline |
| swapCols(uint r0, uint r1) | PIMathMatrix< Type > | inline |
| swapRows(uint c0, uint c1) | PIMathMatrix< Type > | inline |
| toUpperTriangular(bool *ok=0) | PIMathMatrix< Type > | inline |
| trace() const | PIMathMatrix< Type > | inline |
| transposed() const | PIMathMatrix< Type > | inline |