Trax3 3.1.0
trax track library
Loading...
Searching...
No Matches
spat::SquareMatrix< Valtype, nColsAndRows > Member List

This is the complete list of members for spat::SquareMatrix< Valtype, nColsAndRows >, including all inherited members.

Basetype typedefspat::SquareMatrix< Valtype, nColsAndRows >
Cols() const noexceptspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
Invert()spat::SquareMatrix< Valtype, nColsAndRows >
IsDiagonal() const noexceptspat::SquareMatrix< Valtype, nColsAndRows >
IsEqual(const Matrix &matrix, Valtype delta=0) const noexceptspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
IsIdentity(Valtype epsilon=0) const noexceptspat::SquareMatrix< Valtype, nColsAndRows >
IsSymmetric(Valtype epsilon=0) const noexceptspat::SquareMatrix< Valtype, nColsAndRows >inline
operator!=(const Matrix &matrix) const noexceptspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
operator()(unsigned short col, unsigned short row) const noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >)spat::SquareMatrix< Valtype, nColsAndRows >
operator()(unsigned short col, unsigned short row) noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >)spat::SquareMatrix< Valtype, nColsAndRows >
operator*=(Valtype skalar) noexceptspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
operator*=(const Matrix< Valtype, nCols, nCols > &matrix)spat::Matrix< Valtype, nColsAndRows, nColsAndRows >
operator+=(const Matrix &matrix) noexceptspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
operator-=(const Matrix &matrix) noexceptspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
operator/=(Valtype skalar) noexceptspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
operator=(const Matrix &matrix) noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >)spat::SquareMatrix< Valtype, nColsAndRows >
operator=(Matrix &&matrix) noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >)spat::SquareMatrix< Valtype, nColsAndRows >
operator=(const std::initializer_list< Valtype > &elements) noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >)spat::SquareMatrix< Valtype, nColsAndRows >
operator==(const Matrix &matrix) const noexceptspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
ptr() const noexceptspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
Rows() const noexceptspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
SetIdentity() noexceptspat::SquareMatrix< Valtype, nColsAndRows >
SetNull() noexceptspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
SquareMatrix() noexcept(false)=default (defined in spat::SquareMatrix< Valtype, nColsAndRows >)spat::SquareMatrix< Valtype, nColsAndRows >
SquareMatrix(const SquareMatrix &)=default (defined in spat::SquareMatrix< Valtype, nColsAndRows >)spat::SquareMatrix< Valtype, nColsAndRows >
SquareMatrix(const Basetype &matrix) (defined in spat::SquareMatrix< Valtype, nColsAndRows >)spat::SquareMatrix< Valtype, nColsAndRows >inline
SquareMatrix(Basetype &&matrix) noexcept (defined in spat::SquareMatrix< Valtype, nColsAndRows >)spat::SquareMatrix< Valtype, nColsAndRows >inline
SquareMatrix(const std::initializer_list< Valtype > &elements) (defined in spat::SquareMatrix< Valtype, nColsAndRows >)spat::SquareMatrix< Valtype, nColsAndRows >inlineexplicit
SubMatrix(unsigned short c, unsigned short r) constspat::Matrix< Valtype, nColsAndRows, nColsAndRows >
Trace() const noexceptspat::SquareMatrix< Valtype, nColsAndRows >
Transpose() noexceptspat::SquareMatrix< Valtype, nColsAndRows >