PEXSI
 All Classes Namespaces Files Functions Variables Typedefs Pages
Classes | Namespaces | Typedefs | Functions
NumMat.hpp File Reference

Numerical matrix. More...

#include "environment.hpp"
#include "NumMat_impl.hpp"

Go to the source code of this file.

Classes

class  PEXSI::NumMat< F >
 Numerical matrix. More...
 

Namespaces

 PEXSI
 The main namespace.
 

Typedefs

typedef NumMat< bool > PEXSI::BolNumMat
 
typedef NumMat< Int > PEXSI::IntNumMat
 
typedef NumMat< Real > PEXSI::DblNumMat
 
typedef NumMat< Complex > PEXSI::CpxNumMat
 

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).
 

Detailed Description

Numerical matrix.

Date
2010-09-27