|
SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
|


Go to the source code of this file.
Classes | |
| class | CMBMatrix |
| Matrix class with labeled rows and columns for Chemical Mass Balance analysis. More... | |
Functions | |
| CMBVector | operator* (const CMBMatrix &M, const CMBVector &V) |
| Matrix-vector multiplication operator. | |
Matrix-vector multiplication operator.
Multiplies a CMBMatrix by a CMBVector, preserving row labels in the result.
| M | Matrix (left operand) |
| V | Vector (right operand) |
Definition at line 189 of file cmbmatrix.cpp.
References CMBMatrix::RowLabels(), CMBVector::SetLabels(), CMBMatrix::toMatrix(), and CMBVector::toVector().