dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
blockmatrix.hh File Reference
#include <stack>
#include "spmatrix.hh"

Go to the source code of this file.

Classes

class  Dune::Fem::DenseMatrix< T >
 DenseMatrix based on std::vector< std::vector< T > > More...
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Functions

template<typename K >
std::ostream & Dune::Fem::operator<< (std::ostream &s, const DenseMatrix< K > &matrix)
 Send vector to output stream.