Numerical vector.
More...
Go to the source code of this file.
|
| PEXSI |
| The main namespace.
|
|
|
typedef NumVec< bool > | PEXSI::BolNumVec |
|
typedef NumVec< Int > | PEXSI::IntNumVec |
|
typedef NumVec< Real > | PEXSI::DblNumVec |
|
typedef NumVec< Complex > | PEXSI::CpxNumVec |
|
|
template<class F > |
void | PEXSI::SetValue (NumVec< F > &vec, F val) |
| SetValue sets a numerical vector to a constant val.
|
|
template<class F > |
Real | PEXSI::Energy (const NumVec< F > &vec) |
| Energy computes the L2 norm of a vector.
|
|
Numerical vector.
- Date
- 2010-09-27