Numerical matrix.
More...
Go to the source code of this file.
|
| PEXSI |
| The main namespace.
|
|
|
typedef NumMat< bool > | PEXSI::BolNumMat |
|
typedef NumMat< Int > | PEXSI::IntNumMat |
|
typedef NumMat< Real > | PEXSI::DblNumMat |
|
typedef NumMat< Complex > | PEXSI::CpxNumMat |
|
|
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).
|
|
Numerical matrix.
- Date
- 2010-09-27