defines the typedef linalg::CMatrix and some helpers More...
#include "CVector.h"
Include dependency graph for CMatrix.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| linalg | |
| Contains utilities for linear algebra. | |
Typedefs | |
| typedef CArray< 2 > | linalg::CMatrix |
| Complex matrix. | |
Functions | |
| CVector & | linalg::apply (const CVector &a, CVector &b, const CMatrix &m) |
Applies matrix m on a and adds the result to b More... | |
| CMatrix & | linalg::calculateTwoTimesRealPartOfSelf (CMatrix &) |
| Calculates two times the real part of a matrix in place | |
defines the typedef linalg::CMatrix and some helpers
Definition in file CMatrix.h.