SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
cmbmatrix.h File Reference
#include "Matrix.h"
#include "interface.h"
#include "range.h"
#include "cmbvector.h"
Include dependency graph for cmbmatrix.h:
This graph shows which files directly or indirectly include this file:

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.
 

Function Documentation

◆ operator*()

CMBVector operator* ( const CMBMatrix M,
const CMBVector V 
)

Matrix-vector multiplication operator.

Multiplies a CMBMatrix by a CMBVector, preserving row labels in the result.

Parameters
MMatrix (left operand)
VVector (right operand)
Returns
Resulting vector with row labels from matrix M

Definition at line 189 of file cmbmatrix.cpp.

References CMBMatrix::RowLabels(), CMBVector::SetLabels(), CMBMatrix::toMatrix(), and CMBVector::toVector().