densematrix.hh File Reference

Implements a matrix constructed from a given type representing a field and a 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 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.

Detailed Description

Implements a matrix constructed from a given type representing a field and a compile-time given number of rows and columns.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 25 Mar 2018 for dune-common by  doxygen 1.6.1