Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Functions
space/tmatrix.hh File Reference
#include <iostream>
#include <map>
#include "toolbox/array.hh"
#include "toolbox/set.hh"
#include "basics/outputOperator.hh"
#include "basics/typedefs.hh"
Include dependency graph for tmatrix.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  concepts::TMatrix< F >::Control
 The column header: column index and length of the column data. More...
struct  concepts::TMatrix< F >::Data
 The matrix entries: row index and data. More...
class  concepts::TColumn< F >
 A column of a T matrix. More...
class  concepts::TColumnBlock< F, dim >
 A column of a T matrix. More...
class  concepts::TColumnSet< F, dim >
 A set of TColumns and polynomial degrees, sorted by a key, eg. More...
class  concepts::TColumnTensor< F, dim >
 A column of a T matrix. More...
class  concepts::TIndex< F >
 T matrix for linear and regular elements. More...
class  concepts::TMatrix< F >
 A T matrix in sparse notation. More...
class  concepts::TMatrixBase< F >
 An abstract class for a T matrix. More...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


Functions

template<class F >
std::ostream & concepts::operator<< (std::ostream &os, TColumn< F > *T)
 output-operator for pointer to TColumn, gives either 0 or TColumn itself

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)