Implementation of numerical matrix. More...
Go to the source code of this file.
Namespaces | |
PEXSI | |
The main namespace. | |
Functions | |
template<class F > | |
void | PEXSI::SetValue (NumMat< F > &M, F val) |
SetValue sets a numerical matrix to a constant val. | |
template<class F > | |
Real | PEXSI::Energy (const NumMat< F > &M) |
Energy computes the L2 norm of a matrix (treated as a vector). | |
template<class F > | |
void | PEXSI::Transpose (const NumMat< F > &A, NumMat< F > &B) |
template<class F > | |
void | PEXSI::Symmetrize (NumMat< F > &A) |
Implementation of numerical matrix.