, including all inherited members.
__neg__() const | Matrix | [Library] |
__str__() const | Matrix | [Class] |
Add(const Matrix &other) | Matrix | [Class] |
AppendColumns(const Matrix &m) | Matrix | [Class] |
Assign(const Matrix &ar) | Matrix | [Class] |
Assign(const MatrixBlock &ar) | Matrix | [Class] |
Block(const TUnsignedIndex &row, const TUnsignedIndex &col, const TUnsignedIndex &numrows, const TUnsignedIndex &numcols) | Matrix | [Class] |
Col(const TUnsignedIndex &col) | Matrix | [Class] |
Cols() const | Matrix | [Library] |
ConservativeResize(const TUnsignedIndex &rows, const TUnsignedIndex &cols=1) | Matrix | [Class] |
CW() | Matrix | [Library] |
Div(const TScalar &other) | Matrix | [Library] |
Dot(const Matrix &other) const | Matrix | [Class] |
Dott(const Matrix &other) const | Matrix | [Class] |
GetColumns(const TUnsignedIndex &col1, const TUnsignedIndex &ncol=1) | Matrix | [Class] |
InnerProduct(const Matrix &other) const | Matrix | [Class] |
IsApprox(const Matrix &other, const TScalar &s) const | Matrix | [Library] |
IsApproxToConstant(const TScalar &value, const TScalar &s) const | Matrix | [Library] |
IsDiagonal(const TScalar &s) const | Matrix | [Library] |
IsIdentity(const TScalar &s) const | Matrix | [Library] |
IsLowerTriangular(const TScalar &s) const | Matrix | [Library] |
IsScalar() const | Matrix | [Library] |
IsUnitary(const TScalar &s) const | Matrix | [Library] |
IsUpperTriangular(const TScalar &s) const | Matrix | [Library] |
IsVector() const | Matrix | [Library] |
IsZero(const TScalar &s) const | Matrix | [Library] |
Matrix() | Matrix | [Library] |
Matrix(const Matrix &ar) | Matrix | [Library] |
Matrix(const TUnsignedIndex &nrow, const TUnsignedIndex &ncol=1) | Matrix | [Library] |
Matrix(const MatrixBlock &x) | Matrix | [Library] |
Matrix(const sparse::SparseMatrix &x) | Matrix | [Class] |
Matrix(const sparse::SymSparseMatrix &x) | Matrix | [Class] |
MaxCoeff(TEigenIndex *OUTPUT, TEigenIndex *OUTPUT) const | Matrix | [Class] |
MinCoeff(TEigenIndex *OUTPUT, TEigenIndex *OUTPUT) const | Matrix | [Class] |
Mul(const TScalar &other) | Matrix | [Library] |
operator*(const Matrix &other) const | Matrix | [Class] |
operator*(const TScalar &other) const | Matrix | [Library] |
operator+(const Matrix &other) const | Matrix | [Class] |
operator-(const Matrix &other) const | Matrix | [Class] |
operator/(const TScalar &other) const | Matrix | [Library] |
operator<(const TScalar &x) const | Matrix | [Library] |
OuterProduct(const Matrix &other) const | Matrix | [Class] |
Print(const std::string &format="%g ", const TUnsignedIndex &rows=20, const TUnsignedIndex &cols=20) const | Matrix | [Class] |
Row(const TUnsignedIndex &row) | Matrix | [Class] |
Rows() const | Matrix | [Library] |
SetColumns(const Matrix &m, const TUnsignedIndex &col) | Matrix | [Class] |
SetConstant(const TScalar &value) | Matrix | [Class] |
SetIdentity() | Matrix | [Class] |
SetLinearCols(const TScalar &a, const TScalar &b) | Matrix | [Class] |
SetLinearRows(const TScalar &a, const TScalar &b) | Matrix | [Class] |
SetOnes() | Matrix | [Class] |
SetRandom() | Matrix | [Class] |
SetZero() | Matrix | [Class] |
Sub(const Matrix &other) | Matrix | [Class] |
Swap(const Matrix &ar) | Matrix | [Class] |
Transpose() const | Matrix | [Library] |
TransposeInPlace() | Matrix | [Library] |
~Matrix() | Matrix | [Class] |