4 #ifndef CPPQEDCORE_UTILS_CMATRIX_H_INCLUDED
5 #define CPPQEDCORE_UTILS_CMATRIX_H_INCLUDED
33 #endif // CPPQEDCORE_UTILS_CMATRIX_H_INCLUDED
blitz::Array< dcomp,RANK > CArray
A complex array of arbitrary arity.
CArray< 1 > CVector
Complex vector.
CMatrix & calculateTwoTimesRealPartOfSelf(CMatrix &)
Calculates two times the real part of a matrix in place
Contains utilities for linear algebra.
CArray< 2 > CMatrix
Complex matrix.
CVector & apply(const CVector &a, CVector &b, const CMatrix &m)
Applies matrix m on a and adds the result to b
Defines the typedef linalg::CVector.