|
IFEM
90A354
|
Dense system matrix representation. More...
#include "SystemMatrix.h"

Go to the source code of this file.
Classes | |
| class | DenseMatrix |
| Class for representing a dense system matrix. More... | |
Functions | |
| DenseMatrix | operator* (Real alpha, const DenseMatrix &A) |
| Multiply a matrix with a scalar. More... | |
| DenseMatrix | operator* (const DenseMatrix &A, Real alpha) |
| Multiply a matrix with a scalar. More... | |
Dense system matrix representation.
| DenseMatrix operator* | ( | const DenseMatrix & | A, |
| Real | alpha | ||
| ) |
Multiply a matrix with a scalar.
| [in] | A | The matrix to scale |
| [in] | alpha | Scalar value |
References DenseMatrix::getMat().
| DenseMatrix operator* | ( | Real | alpha, |
| const DenseMatrix & | A | ||
| ) |
Multiply a matrix with a scalar.
| [in] | alpha | Scalar value |
| [in] | A | The matrix to scale |
References DenseMatrix::getMat().