|
| void | setup (const JacobianTransposed &jt) |
| |
| void | setupDeterminant (const JacobianTransposed &jt) |
| |
| ctype | det () const |
| |
| ctype | detInv () const |
| |
| constexpr size_type | rows () const |
| |
| constexpr size_type | cols () const |
| |
| FieldMatrix< K, l, cols > | leftmultiplyany (const FieldMatrix< K, l, rows > &M) const |
| |
| FieldMatrix & | rightmultiply (const FieldMatrix< K, r, c > &M) |
| |
| FieldMatrix< K, ROWS, COLS > & | rightmultiply (const DenseMatrix< M2 > &M) |
| |
| FieldMatrix< K, rows, l > | rightmultiplyany (const FieldMatrix< K, cols, l > &M) const |
| |
| row_reference | mat_access (size_type i) |
| |
| const_row_reference | mat_access (size_type i) const |
| |
| row_reference | operator[] (size_type i) |
| |
| const_row_reference | operator[] (size_type i) const |
| |
| row_reference | operator[] (size_type i) |
| |
| const_row_reference | operator[] (size_type i) const |
| |
| size_type | size () const |
| |
| Iterator | begin () |
| |
| ConstIterator | begin () const |
| |
| Iterator | end () |
| |
| ConstIterator | end () const |
| |
| Iterator | beforeEnd () |
| |
| ConstIterator | beforeEnd () const |
| |
| Iterator | beforeBegin () |
| |
| ConstIterator | beforeBegin () const |
| |
| derived_type & | operator+= (const DenseMatrix< Other > &x) |
| |
| derived_type | operator- () const |
| |
| derived_type & | operator-= (const DenseMatrix< Other > &x) |
| |
| derived_type & | operator*= (const field_type &k) |
| |
| derived_type & | operator/= (const field_type &k) |
| |
| derived_type & | axpy (const field_type &a, const DenseMatrix< Other > &x) |
| |
| bool | operator== (const DenseMatrix< Other > &x) const |
| |
| bool | operator!= (const DenseMatrix< Other > &x) const |
| |
| void | mv (const X &x, Y &y) const |
| |
| void | mtv (const X &x, Y &y) const |
| |
| void | umv (const X &x, Y &y) const |
| |
| void | umtv (const X &x, Y &y) const |
| |
| void | umhv (const X &x, Y &y) const |
| |
| void | mmv (const X &x, Y &y) const |
| |
| void | mmtv (const X &x, Y &y) const |
| |
| void | mmhv (const X &x, Y &y) const |
| |
| void | usmv (const typename FieldTraits< Y >::field_type &alpha, const X &x, Y &y) const |
| |
| void | usmtv (const typename FieldTraits< Y >::field_type &alpha, const X &x, Y &y) const |
| |
| void | usmhv (const typename FieldTraits< Y >::field_type &alpha, const X &x, Y &y) const |
| |
| FieldTraits< value_type >::real_type | frobenius_norm () const |
| |
| FieldTraits< value_type >::real_type | frobenius_norm2 () const |
| |
| FieldTraits< vt >::real_type | infinity_norm () const |
| |
| FieldTraits< vt >::real_type | infinity_norm () const |
| |
| FieldTraits< vt >::real_type | infinity_norm_real () const |
| |
| FieldTraits< vt >::real_type | infinity_norm_real () const |
| |
| void | solve (V1 &x, const V2 &b, bool doPivoting=true) const |
| |
| void | invert (bool doPivoting=true) |
| |
| field_type | determinant (bool doPivoting=true) const |
| |
| FieldMatrix< K, ROWS, COLS > & | leftmultiply (const DenseMatrix< M2 > &M) |
| |
| constexpr size_type | N () const |
| |
| constexpr size_type | M () const |
| |
| bool | exists (size_type i, size_type j) const |
| |
| bool | exists (size_type i, size_type j) const |
| |