Implementation of Numerical Vector. More...
Go to the source code of this file.
Namespaces | |
PEXSI | |
The main namespace. | |
Functions | |
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. | |
Implementation of Numerical Vector.