matrixMult.hh File Reference

#include "matrixIterator.hh"
#include "basics/exceptions.hh"
#include "basics/debug.hh"

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.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich