ergo
Dft::FullMatrix Class Reference

#include <grid_matrix.h>

List of all members.

Public Member Functions

 FullMatrix (int nbast_)
 FullMatrix (ergo_real *m, int nbast_)
 FullMatrix (const ergo_real *m, int nbast_)
 ugly-hack constructor.
 ~FullMatrix ()
void add (int row, int col, ergo_real val)
ergo_real at (int row, int col) const

Public Attributes

ergo_realmat
int nbast
bool owned

Constructor & Destructor Documentation

Dft::FullMatrix::FullMatrix ( int  nbast_)
inlineexplicit

References mat, and nbast.

Dft::FullMatrix::FullMatrix ( ergo_real m,
int  nbast_ 
)
inline
Dft::FullMatrix::FullMatrix ( const ergo_real m,
int  nbast_ 
)
inline

ugly-hack constructor.

Remove it!

Dft::FullMatrix::~FullMatrix ( )
inline

References mat, and owned.


Member Function Documentation

void Dft::FullMatrix::add ( int  row,
int  col,
ergo_real  val 
)
inline

References mat, and nbast.

ergo_real Dft::FullMatrix::at ( int  row,
int  col 
) const
inline

References mat, and nbast.


Member Data Documentation

int Dft::FullMatrix::nbast
bool Dft::FullMatrix::owned

Referenced by ~FullMatrix().


The documentation for this class was generated from the following file: