Row< C, Value > Member List

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