The Vish Visualization Shell 0.3
Vish
Matrix< R, C, Value > Member List

This is the complete list of members for Matrix< R, C, Value >, including all inherited members.

column(int i) constMatrix< R, C, Value >inline
column(int i)Matrix< R, C, Value >inline
Matrix()Matrix< R, C, Value >inline
Matrix(const Matrix &M)Matrix< R, C, Value >inline
Matrix(const Base_t &V)Matrix< R, C, Value >inlineexplicit
Matrix(const std::array< T, 16 > &Init)Matrix< R, C, Value >inline
Matrix(const Matrix &A, const Value &V, const Operator<' *'> &M)Matrix< R, C, Value >inline
Matrix(const Value &V, const Matrix &A, const Operator<' *'> &M)Matrix< R, C, Value >inline
Matrix(const Matrix &A, const Value &V, const Operator<'/'> &Op)Matrix< R, C, Value >inline
Matrix(const Matrix &A, const Matrix &B, const Operator<'+'> &Op)Matrix< R, C, Value >inline
Matrix(const Matrix &A, const Matrix &B, const Operator<'-'> &Op)Matrix< R, C, Value >inline
Matrix(const FixedArray< AType, R *C > &l, const FixedArray< BType, R *C > &r, const Operator< CompType > &Op)Matrix< R, C, Value >inline
Matrix(const FixedArray< Type, R *C > &Data)Matrix< R, C, Value >inlineexplicit
Matrix(const FixedArray< ValueType, R > &l, const Operator< CompType > &Op, const Value &scalar)Matrix< R, C, Value >inline
Matrix(const Operator< CompType > &Op, const Value &scalar, const FixedArray< ValueType, R > &l)Matrix< R, C, Value >inline
Matrix(const Matrix &A, const Operator<'-'> &Op)Matrix< R, C, Value >inline
Matrix(const Matrix< R, M, ValueA > &A, const Matrix< M, C, ValueB > &B, const Operator<' *'> &)Matrix< R, C, Value >inline
Matrix(const Matrix< R, M, ValueA > &A, const Matrix< C, M, ValueB > &B, const Operator<' *','~'> &)Matrix< R, C, Value >inline
Matrix(const Matrix< R, M, Value > &A, const Matrix< C, M, Value > &B, const Mult &, const TransposeOperation &)Matrix< R, C, Value >inline
Matrix(const Matrix< M, R, Value > &A, const Matrix< M, C, Value > &B, const TransposeOperation &, const Mult &)Matrix< R, C, Value >inline
Matrix(const Matrix< R, C, Value > &A, const LowerTriangular< C, Value > &B, const Mult &)Matrix< R, C, Value >inline
Matrix(const Matrix< C, R, Value > &A, const LowerTriangular< C, Value > &B, const TransposeOperation &, const Mult &)Matrix< R, C, Value >inline
matrix() constMatrix< R, C, Value >inline
matrix_mult(const Matrix< R, M, ValueA > &A, const Matrix< M, C, ValueB > &B)Matrix< R, C, Value >friend
matrix_mult_transp(const Matrix< R, M, ValueA > &A, const Matrix< C, M, ValueB > &B)Matrix< R, C, Value >friend
Matrix_t typedefMatrix< R, C, Value >
Mult typedefMatrix< R, C, Value >
operator()(dimension_t row, dimension_t column)Matrix< R, C, Value >inline
operator()(dimension_t row, dimension_t column) constMatrix< R, C, Value >inline
operator*(const Matrix< R, M, Value > &A, const Matrix< M, C, Value > &B)Matrix< R, C, Value >friend
operator+(const Matrix &A, const Matrix &B)Matrix< R, C, Value >friend
operator=(const Vector &src)Matrix< R, C, Value >inline
operator=(const scalar &x)Matrix< R, C, Value >inline
operator[](dimension_t r) constMatrix< R, C, Value >inline
operator[](dimension_t r)Matrix< R, C, Value >inline
row(dimension_t rowNr)Matrix< R, C, Value >inline
row(dimension_t rowNr) constMatrix< R, C, Value >inline
TransposeOperation typedefMatrix< R, C, Value >
UnsortedEigenVectors(LowerTriangular< N, value > &A, Quadratic< N, value > &RRmatrix, Row< N, value > &E, double precision=1E-10)Matrix< R, C, Value >related