add(const RectMatrix< Real, Row, Col > &m) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
add(const RectMatrix< Real, Row, Col > &m1, const RectMatrix< Real, Row, Col > &m2) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
cofactor(int p, int q) (defined in OpenMD::SquareMatrix< Real, Dim >) | OpenMD::SquareMatrix< Real, Dim > | inline |
determinant() const | OpenMD::SquareMatrix< Real, Dim > | inline |
diagonalize() | OpenMD::SquareMatrix< Real, Dim > | inline |
diagonals() const | OpenMD::SquareMatrix< Real, Dim > | inline |
div(Real s) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
div(Real s, const RectMatrix< Real, Row, Col > &m) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
ElemPoinerType typedef (defined in OpenMD::SquareMatrix< Real, Dim >) | OpenMD::SquareMatrix< Real, Dim > | |
ElemType typedef (defined in OpenMD::SquareMatrix< Real, Dim >) | OpenMD::SquareMatrix< Real, Dim > | |
getArray(Real *array) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
getArrayPointer() | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
getColumn(unsigned int col) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
getRow(unsigned int row) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
identity() | OpenMD::SquareMatrix< Real, Dim > | inlinestatic |
inverse() | OpenMD::SquareMatrix< Real, Dim > | inline |
isDiagonal() const | OpenMD::SquareMatrix< Real, Dim > | inline |
isOrthogonal() | OpenMD::SquareMatrix< Real, Dim > | inline |
isSymmetric() const | OpenMD::SquareMatrix< Real, Dim > | inline |
isUnitMatrix() const | OpenMD::SquareMatrix< Real, Dim > | inline |
jacobi(SquareMatrix< Real, Dim > &a, Vector< Real, Dim > &d, SquareMatrix< Real, Dim > &v) | OpenMD::SquareMatrix< Real, Dim > | static |
mul(Real s) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
mul(Real s, const RectMatrix< Real, Row, Col > &m) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
negate() | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
negate(const RectMatrix< Real, Row, Col > &m) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
operator!=(const RectMatrix< Real, Row, Col > &m) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
operator()(unsigned int i, unsigned int j) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
operator()(unsigned int i, unsigned int j) const | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
operator*=(const Real s) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
operator+=(const RectMatrix< Real, Row, Col > &m) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
operator-=(const RectMatrix< Real, Row, Col > &m) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
operator/=(const Real s) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
operator=(const RectMatrix< Real, Dim, Dim > &m) | OpenMD::SquareMatrix< Real, Dim > | inline |
OpenMD::RectMatrix< Real, Dim, Dim >::operator=(const RectMatrix< Real, Row, Col > &m) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
operator==(const RectMatrix< Real, Row, Col > &m) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
RectMatrix() | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
RectMatrix(Real s) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
RectMatrix(const RectMatrix< Real, Row, Col > &m) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
setColumn(unsigned int col, const Vector< Real, Col > &v) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
setRow(unsigned int row, const Vector< Real, Row > &v) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
SquareMatrix() | OpenMD::SquareMatrix< Real, Dim > | inline |
SquareMatrix(Real s) | OpenMD::SquareMatrix< Real, Dim > | inline |
SquareMatrix(Real *array) | OpenMD::SquareMatrix< Real, Dim > | inline |
SquareMatrix(const RectMatrix< Real, Dim, Dim > &m) | OpenMD::SquareMatrix< Real, Dim > | inline |
sub(const RectMatrix< Real, Row, Col > &m) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
sub(const RectMatrix< Real, Row, Col > &m1, const RectMatrix< Real, Row, Col > &m2) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
swapColumn(unsigned int i, unsigned int j) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
swapRow(unsigned int i, unsigned int j) | OpenMD::RectMatrix< Real, Dim, Dim > | inline |
trace() const | OpenMD::SquareMatrix< Real, Dim > | inline |
transpose() const | OpenMD::SquareMatrix< Real, Dim > | inline |
~RectMatrix() | OpenMD::RectMatrix< Real, Dim, Dim > | inline |