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

Namespaces | Defines | Functions
operator/matrixMult.hh File Reference
#include "matrixIterator.hh"
#include "basics/exceptions.hh"
#include "basics/debug.hh"
Include dependency graph for matrixMult.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


Defines

#define MatrixMultRowSort_D   0

Functions

template<class F , class G , class H >
void concepts::matrixMultiplyRowSorting (const F &factL, const G &factR, Matrix< H > &dest)
 Multiplies two matrices, which deliver at least a row sorted iterator, and adds (!) the result to a third matrix.

Define Documentation

#define MatrixMultRowSort_D   0

Definition at line 11 of file matrixMult.hh.


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