, including all inherited members.
base() (defined in Column< R, value >) | Column< R, value > | [inline] |
base() const (defined in Column< R, value >) | Column< R, value > | [inline] |
Base_t typedef (defined in Column< R, value >) | Column< R, value > | |
cols enum value (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
Column() | Column< R, value > | [inline] |
Column(const ValueType &V) (defined in Column< R, value >) | Column< R, value > | [inline, explicit] |
Column(const FixedArray< ValueType, R > &V) | Column< R, value > | [inline, explicit] |
Column(const Row< R, value > &r, const TransposeOperation &) | Column< R, value > | [inline] |
Column(const Column< R, value > &r, const value &V, const Mult &) | Column< R, value > | [inline] |
Column(const Column &A, const Operator<'-'> &Op) | Column< R, value > | [inline] |
Column(const FixedArray< AType, R > &l, const FixedArray< BType, R > &r, const Operator< CompType > &Op) | Column< R, value > | [inline] |
Column(const FixedArray< ValueType, R > &l, const Operator< CompType > &C, const value &scalar) | Column< R, value > | [inline] |
Column(const Operator< CompType > &C, const value &scalar, const FixedArray< ValueType, R > &l) | Column< R, value > | [inline] |
Column(const Matrix< R, C, value > &A, const Column< C, value > &V) | Column< R, value > | [inline] |
Column(const Matrix< R, C, value > &M, int c) | Column< R, value > | [inline] |
column(int i) const | Matrix< R, 1, value > | |
column(const int &i) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
column(const int &i) const (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
columns enum value (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
columnSize() const (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
det() (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
gaussianElimination(const ColumnVector< T > &b) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
getElement(int element) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
getElement(int element) const (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
inverse() (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
m_matrix (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [protected] |
matrix() const | Matrix< R, 1, value > | [inline] |
matrix() (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
matrix() (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
Matrix() | Matrix< R, 1, value > | [inline] |
Matrix(const Matrix &M) | Matrix< R, 1, value > | [inline] |
Matrix(const Base_t &V) | Matrix< R, 1, value > | [inline, explicit] |
Matrix(const Matrix &A, const value &V, const Operator<'*'> &M) | Matrix< R, 1, value > | [inline] |
Matrix(const value &V, const Matrix &A, const Operator<'*'> &M) | Matrix< R, 1, value > | [inline] |
Matrix(const Matrix &A, const value &V, const Operator<'/'> &Op) | Matrix< R, 1, value > | [inline] |
Matrix(const Matrix &A, const Matrix &B, const Operator<'+'> &Op) | Matrix< R, 1, value > | [inline] |
Matrix(const Matrix &A, const Matrix &B, const Operator<'-'> &Op) | Matrix< R, 1, value > | [inline] |
Matrix(const FixedArray< AType, R *C > &l, const FixedArray< BType, R *C > &r, const Operator< CompType > &Op) | Matrix< R, 1, value > | [inline] |
Matrix(const FixedArray< Type, R *C > &Data) | Matrix< R, 1, value > | [inline, explicit] |
Matrix(const FixedArray< ValueType, R > &l, const Operator< CompType > &Op, const value &scalar) | Matrix< R, 1, value > | [inline] |
Matrix(const Operator< CompType > &Op, const value &scalar, const FixedArray< ValueType, R > &l) | Matrix< R, 1, value > | [inline] |
Matrix(const Matrix &A, const Operator<'-'> &Op) | Matrix< R, 1, value > | [inline] |
Matrix(const Matrix< R, M, ValueA > &A, const Matrix< M, C, ValueB > &B, const Operator<'*'> &) | Matrix< R, 1, value > | [inline] |
Matrix(const Matrix< R, M, ValueA > &A, const Matrix< C, M, ValueB > &B, const Operator<'*','~'> &) | Matrix< R, 1, value > | [inline] |
Matrix(const Matrix< R, M, value > &A, const Matrix< C, M, value > &B, const Mult &, const TransposeOperation &) | Matrix< R, 1, value > | [inline] |
Matrix(const Matrix< M, R, value > &A, const Matrix< M, C, value > &B, const TransposeOperation &, const Mult &) | Matrix< R, 1, value > | [inline] |
Matrix(const Matrix< R, C, value > &A, const LowerTriangular< C, value > &B, const Mult &) | Matrix< R, 1, value > | [inline] |
Matrix(const Matrix< C, R, value > &A, const LowerTriangular< C, value > &B, const TransposeOperation &, const Mult &) | Matrix< R, 1, value > | [inline] |
Matrix(const vector< ColumnVector< T > > &M) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
Matrix(const vector< vector< T > > &matrix) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
Matrix(const int row=3, const int column=3) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
Matrix(const RowVector< T > &RV) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
Matrix(const Matrix< T > &M) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
Matrix(const vector< RowVector< T > > &M) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
Matrix(const ColumnVector< T > &CV) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
matrix_mult(const Matrix< R, M, ValueA > &A, const Matrix< M, C, ValueB > &B) | Matrix< R, 1, value > | [friend] |
matrix_mult_transp(const Matrix< R, M, ValueA > &A, const Matrix< C, M, ValueB > &B) | Matrix< R, 1, value > | [friend] |
Matrix_t typedef | Matrix< R, 1, value > | |
matrix_transform (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [friend] |
Mult typedef | Column< R, value > | |
operator()(int row, int column) | Matrix< R, 1, value > | [inline] |
operator()(int row, int column) const | Matrix< R, 1, value > | [inline] |
operator*(const Matrix< R, C, value > &A, const Column< C, value > &V) | Column< R, value > | [related] |
operator* (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [friend] |
operator* (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [friend] |
Matrix< R, 1, value >::operator*(const Matrix< R, M, value > &A, const Matrix< M, C, value > &B) | Matrix< R, 1, value > | [friend] |
operator*(const Matrix< T > &M) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
operator*(const T &num) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
operator+(const Matrix< T > &M) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
operator-(const Matrix< T > &M) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
operator[](int i) | Column< R, value > | [inline] |
operator[](int i) const | Column< R, value > | [inline] |
operator[](const int &i) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
ord (defined in Vector) | Vector | [protected] |
ref() (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
remove(const int row, const int column) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
resize(const int &row, const int &column) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
row(int column) | Matrix< R, 1, value > | [inline] |
row(int column) const | Matrix< R, 1, value > | [inline] |
row(const int &i) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
rows enum value (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
rowSize() const (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
rref() (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
transpose() const (defined in Column< R, value >) | Column< R, value > | [inline] |
transpose() (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
TransposeOperation typedef | Matrix< R, 1, value > | |
triDiagonalize(vector< T > &lower, vector< T > &diagonal, vector< T > &upper) (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
value_type typedef (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |
vvec() (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
vvec() const (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | [inline] |
zero() (defined in Matrix< R, 1, value >) | Matrix< R, 1, value > | |