- Home
- About DUNE
- Download
- Documentation
- Community
- Development
This file implements a matrix constructed from a given type representing a field and compile-time given number of rows and columns. More...
Go to the source code of this file.
Classes | |
struct | Dune::FieldTraits< DenseMatrix< M > > |
class | Dune::FMatrixError |
Error thrown if operations of a FieldMatrix fail. More... | |
class | Dune::DenseMatrix< MAT > |
A dense n x m matrix. More... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
namespace | Dune::DenseMatrixHelp |
Functions | |
template<typename M , typename T > | |
void | Dune::istl_assign_to_fmatrix (DenseMatrix< M > &f, const T &t) |
you have to specialize this function for any type T that should be assignable to a DenseMatrix | |
template<typename MAT , typename V1 , typename V2 > | |
static void | Dune::DenseMatrixHelp::multAssign (const DenseMatrix< MAT > &matrix, const DenseVector< V1 > &x, DenseVector< V2 > &ret) |
calculates ret = matrix * x | |
template<typename MAT > | |
std::ostream & | Dune::operator<< (std::ostream &s, const DenseMatrix< MAT > &a) |
Sends the matrix to an output stream. |
This file implements a matrix constructed from a given type representing a field and compile-time given number of rows and columns.
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].