|
| std::ostream & | Dune::operator<< (std::ostream &s, const DenseMatrix< MAT > &a) |
| |
| static constexpr size_type | size () |
| |
| constexpr | DiagonalMatrix ()=default |
| |
| | DiagonalMatrix (const K &k) |
| |
| | DiagonalMatrix (const FieldVector< K, n > &diag) |
| |
| | DiagonalMatrix (std::initializer_list< K > const &l) |
| |
| DiagonalMatrix & | operator= (const K &k) |
| |
| bool | identical (const DiagonalMatrix< K, n > &other) const |
| |
| DiagonalMatrix< K, n > | transposed () const |
| |
| Iterator | begin () |
| |
| Iterator | end () |
| |
| Iterator | beforeEnd () |
| |
| Iterator | beforeBegin () |
| |
| DiagonalMatrix & | operator+= (const DiagonalMatrix &y) |
| |
| DiagonalMatrix & | operator-= (const DiagonalMatrix &y) |
| |
| DiagonalMatrix & | operator+= (const K &k) |
| |
| DiagonalMatrix & | operator-= (const K &k) |
| |
| DiagonalMatrix & | operator*= (const K &k) |
| |
| DiagonalMatrix & | operator/= (const K &k) |
| |
| bool | operator== (const DiagonalMatrix &other) const |
| |
| bool | operator!= (const DiagonalMatrix &other) 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 |
| |
| double | frobenius_norm () const |
| |
| double | frobenius_norm2 () const |
| |
| double | infinity_norm () const |
| |
| double | infinity_norm_real () const |
| |
| void | solve (V &x, const V &b) const |
| |
| void | invert () |
| |
| K | determinant () const |
| |
| static constexpr size_type | N () |
| |
| static constexpr size_type | M () |
| |
| bool | exists (size_type i, size_type j) const |
| |
| reference | operator[] (size_type i) |
| |
| const K & | diagonal (size_type i) const |
| |
| const FieldVector< K, n > & | diagonal () const |
| |
| | DiagonalMatrixWrapper () |
| |
| | DiagonalMatrixWrapper (const DiagonalMatrixType *mat) |
| |
| size_type | realIndex (int i) const |
| |
| row_type * | pointer (int i) const |
| |
| bool | identical (const DiagonalMatrixWrapper &other) const |
| |
| | DiagonalRowVectorConst () |
| |
| | DiagonalRowVectorConst (K *p, int col) |
| |
| bool | identical (const DiagonalRowVectorConst< K, n > &other) const |
| |
| bool | operator== (const DiagonalRowVectorConst &y) const |
| |
| size_type | dim () const |
| |
| size_type | rowIndex () const |
| |
| K * | pointer (size_type i) const |
| |
| DiagonalRowVectorConst * | operator& () |
| |
| | DiagonalRowVector () |
| |
| | DiagonalRowVector (K *p, int col) |
| |
| | ContainerWrapperIterator () |
| |
| | ContainerWrapperIterator (CW containerWrapper, int position) |
| |
| | ContainerWrapperIterator (OtherContainerWrapperIteratorType &other) |
| |
| | ContainerWrapperIterator (const MyType &other) |
| |
| ContainerWrapperIterator & | operator= (OtherContainerWrapperIteratorType &other) |
| |
| T * | operator-> () const |
| |
| bool | equals (const MyType &other) const |
| |
| R | dereference () const |
| |
| void | increment () |
| |
| void | decrement () |
| |
| R | elementAt (int i) const |
| |
| void | advance (int n) |
| |
| std::ptrdiff_t | distanceTo (OtherContainerWrapperIteratorType &other) const |
| |
| std::ptrdiff_t | index () const |
| |
| std::ostream & | operator<< (std::ostream &s, const DenseVector< V > &v) |
| |
| std::istream & | operator>> (std::istream &in, DynamicVector< K, Allocator > &v) |
| |
| std::istream & | operator>> (std::istream &in, FieldVector< K, SIZE > &v) |
| |
| friend auto | operator* (const DiagonalMatrix &matrixA, const DiagonalMatrix< OtherScalar, n > &matrixB) |
| |
| friend std::ostream & | operator<< (std::ostream &s, const DiagonalMatrix< K, n > &a) |
| |
| static constexpr size_type | Dune::MultiTypeBlockMatrix< FirstRow, Args >::N () |
| | Return the number of matrix rows.
|
| |
| static constexpr size_type | Dune::MultiTypeBlockMatrix< FirstRow, Args >::M () |
| | Return the number of matrix columns.
|
| |
| template<size_type index> |
| auto | Dune::MultiTypeBlockMatrix< FirstRow, Args >::operator[] (const std::integral_constant< size_type, index > indexVariable) -> decltype(std::get< index >(*this)) |
| | Random-access operator.
|
| |
| template<size_type index> |
| auto | Dune::MultiTypeBlockMatrix< FirstRow, Args >::operator[] (const std::integral_constant< size_type, index > indexVariable) const -> decltype(std::get< index >(*this)) |
| | Const random-access operator.
|
| |
| template<typename T > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::operator= (const T &newval) |
| |
| MultiTypeBlockMatrix & | Dune::MultiTypeBlockMatrix< FirstRow, Args >::operator*= (const field_type &k) |
| | vector space multiplication with scalar
|
| |
| MultiTypeBlockMatrix & | Dune::MultiTypeBlockMatrix< FirstRow, Args >::operator/= (const field_type &k) |
| | vector space division by scalar
|
| |
| MultiTypeBlockMatrix & | Dune::MultiTypeBlockMatrix< FirstRow, Args >::operator+= (const MultiTypeBlockMatrix &b) |
| | Add the entries of another matrix to this one.
|
| |
| MultiTypeBlockMatrix & | Dune::MultiTypeBlockMatrix< FirstRow, Args >::operator-= (const MultiTypeBlockMatrix &b) |
| | Subtract the entries of another matrix from this one.
|
| |
| template<typename X , typename Y > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::mv (const X &x, Y &y) const |
| | y = A x
|
| |
| template<typename X , typename Y > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::umv (const X &x, Y &y) const |
| | y += A x
|
| |
| template<typename X , typename Y > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::mmv (const X &x, Y &y) const |
| | y -= A x
|
| |
| template<typename AlphaType , typename X , typename Y > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::usmv (const AlphaType &alpha, const X &x, Y &y) const |
| | y += alpha A x
|
| |
| template<typename X , typename Y > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::mtv (const X &x, Y &y) const |
| | y = A^T x
|
| |
| template<typename X , typename Y > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::umtv (const X &x, Y &y) const |
| | y += A^T x
|
| |
| template<typename X , typename Y > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::mmtv (const X &x, Y &y) const |
| | y -= A^T x
|
| |
| template<typename X , typename Y > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::usmtv (const field_type &alpha, const X &x, Y &y) const |
| | y += alpha A^T x
|
| |
| template<typename X , typename Y > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::umhv (const X &x, Y &y) const |
| | y += A^H x
|
| |
| template<typename X , typename Y > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::mmhv (const X &x, Y &y) const |
| | y -= A^H x
|
| |
| template<typename X , typename Y > |
| void | Dune::MultiTypeBlockMatrix< FirstRow, Args >::usmhv (const field_type &alpha, const X &x, Y &y) const |
| | y += alpha A^H x
|
| |
| real_type | Dune::MultiTypeBlockMatrix< FirstRow, Args >::frobenius_norm2 () const |
| | square of frobenius norm, need for block recursion
|
| |
| real_type | Dune::MultiTypeBlockMatrix< FirstRow, Args >::frobenius_norm () const |
| | frobenius norm: sqrt(sum over squared values of entries)
|
| |
| real_type | Dune::MultiTypeBlockMatrix< FirstRow, Args >::infinity_norm () const |
| | Bastardized version of the infinity-norm / row-sum norm.
|
| |
| real_type | Dune::MultiTypeBlockMatrix< FirstRow, Args >::infinity_norm_real () const |
| | Bastardized version of the infinity-norm / row-sum norm.
|
| |
| template<typename T1 , typename... Args> |
| std::ostream & | Dune::operator<< (std::ostream &s, const MultiTypeBlockMatrix< T1, Args... > &m) |
| | << operator for a MultiTypeBlockMatrix
|
| |
| template<typename Trhs , typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver_Col< I, crow, ccol, remain_col >::calc_rhs (const TMatrix &A, TVector &x, TVector &v, Trhs &b, const K &w) |
| |
| template<typename Trhs , typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver_Col< I, crow, ccol, 0 >::calc_rhs (const TMatrix &, TVector &, TVector &, Trhs &, const K &) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, remain_row >::dbgs (const TMatrix &A, TVector &x, const TVector &b, const K &w) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, remain_row >::dbgs (const TMatrix &A, TVector &x, TVector &v, const TVector &b, const K &w) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, remain_row >::bsorf (const TMatrix &A, TVector &x, const TVector &b, const K &w) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, remain_row >::bsorf (const TMatrix &A, TVector &x, TVector &v, const TVector &b, const K &w) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, remain_row >::bsorb (const TMatrix &A, TVector &x, const TVector &b, const K &w) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, remain_row >::bsorb (const TMatrix &A, TVector &x, TVector &v, const TVector &b, const K &w) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, remain_row >::dbjac (const TMatrix &A, TVector &x, const TVector &b, const K &w) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, remain_row >::dbjac (const TMatrix &A, TVector &x, TVector &v, const TVector &b, const K &w) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, 0 >::dbgs (const TMatrix &, TVector &, TVector &, const TVector &, const K &) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, 0 >::bsorf (const TMatrix &, TVector &, TVector &, const TVector &, const K &) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, 0 >::bsorb (const TMatrix &, TVector &, TVector &, const TVector &, const K &) |
| |
| template<typename TVector , typename TMatrix , typename K > |
| static void | Dune::MultiTypeBlockMatrix_Solver< I, crow, 0 >::dbjac (const TMatrix &, TVector &, TVector &, const TVector &, const K &) |
| |
| ConstIterator | Dune::DiagonalMatrix< class K, int n >::begin () const |
| |
| ConstIterator | Dune::DiagonalMatrix< class K, int n >::end () const |
| |
| ConstIterator | Dune::DiagonalMatrix< class K, int n >::beforeEnd () const |
| |
| ConstIterator | Dune::DiagonalMatrix< class K, int n >::beforeBegin () const |
| |
| const_reference | Dune::DiagonalMatrix< class K, int n >::operator[] (size_type i) const |
| |
| K & | Dune::DiagonalMatrix< class K, int n >::diagonal (size_type i) |
| |
| FieldVector< K, n > & | Dune::DiagonalMatrix< class K, int n >::diagonal () |
| |
| const K & | Dune::DiagonalRowVectorConst< class K, int n >::operator[] (size_type i) const |
| |
| ConstIterator | Dune::DiagonalRowVectorConst< class K, int n >::begin () const |
| |
| ConstIterator | Dune::DiagonalRowVectorConst< class K, int n >::end () const |
| |
| ConstIterator | Dune::DiagonalRowVectorConst< class K, int n >::beforeEnd () const |
| |
| ConstIterator | Dune::DiagonalRowVectorConst< class K, int n >::beforeBegin () const |
| |
| size_type | Dune::DiagonalRowVectorConst< class K, int n >::N () const |
| |
| const K & | Dune::DiagonalRowVectorConst< class K, int n >::diagonal () const |
| |
| size_type | Dune::DiagonalRowVectorConst< class K, int n >::realIndex (int i) const |
| |
| DiagonalRowVector & | Dune::DiagonalRowVector< class K, int n >::operator= (const K &k) |
| |
| K & | Dune::DiagonalRowVector< class K, int n >::operator[] (size_type i) |
| |
| Iterator | Dune::DiagonalRowVector< class K, int n >::begin () |
| |
| Iterator | Dune::DiagonalRowVector< class K, int n >::end () |
| |
| Iterator | Dune::DiagonalRowVector< class K, int n >::beforeEnd () |
| |
| Iterator | Dune::DiagonalRowVector< class K, int n >::beforeBegin () |
| |
| DiagonalRowVector * | Dune::DiagonalRowVector< class K, int n >::operator& () |
| |
| static void | Dune::DenseMatrixAssigner< DenseMatrix, DiagonalMatrix< field, N > >::apply (DenseMatrix &denseMatrix, DiagonalMatrix< field, N > const &rhs) |
| |