matrixMult.hh File Reference
Go to the source code of this file.
| Namespaces | |
| concepts | |
| Basic namespace for Concepts-2. | |
| Macros | |
| #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.  More... | |
Detailed Description
matrix-matrix-multiplication function
Definition in file matrixMult.hh.
Macro Definition Documentation
◆ MatrixMultRowSort_D
| #define MatrixMultRowSort_D 0 | 
Definition at line 14 of file matrixMult.hh.

