PIP 5.5.3
Platform-Independent Primitives
PIMathMatrix< Type > Cписок членов класса

Полный список членов класса PIMathMatrix< Type >, включая наследуемые из базового класса

determinant(bool *ok=0) constPIMathMatrix< 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) constPIMathMatrix< Type >inline
isIdentity() constPIMathMatrix< Type >inline
isNull() constPIMathMatrix< Type >inline
isSquare() constPIMathMatrix< Type >inline
isValid() constPIMathMatrix< Type >inline
matrixCol(const PIMathVector< Type > &val)PIMathMatrix< Type >inlinestatic
matrixRow(const PIMathVector< Type > &val)PIMathMatrix< Type >inlinestatic
operator*(const Type &v) constPIMathMatrix< Type >inline
operator*=(const Type &v)PIMathMatrix< Type >inline
operator+(const PIMathMatrix< Type > &sm) constPIMathMatrix< Type >inline
operator+=(const PIMathMatrix< Type > &sm)PIMathMatrix< Type >inline
operator-() constPIMathMatrix< Type >inline
operator-(const PIMathMatrix< Type > &sm) constPIMathMatrix< Type >inline
operator-=(const PIMathMatrix< Type > &sm)PIMathMatrix< Type >inline
operator/(const Type &v) constPIMathMatrix< 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() constPIMathMatrix< Type >inline
transposed() constPIMathMatrix< Type >inline