ergo
ComplexMatrix Struct Reference

List of all members.

Public Member Functions

void initialize (mat::SizesAndBlocks szblinfo)
void copy (const ComplexMatrix &X)
void product (const ComplexMatrix &X, const ComplexMatrix &Y)
void sum (const ComplexMatrix &X, const ComplexMatrix &Y)
void rescale (ergo_real a)
void rescale_im (ergo_real a)
void add (const ComplexMatrix &X, ergo_real a)
void do_conjugate ()

Public Attributes

normalMatrix re
normalMatrix im
mat::SizesAndBlocks size_block_info

Member Function Documentation

void ComplexMatrix::add ( const ComplexMatrix X,
ergo_real  a 
) [inline]

References re, and im.

Referenced by compute_exp_of_matrix().

void ComplexMatrix::copy ( const ComplexMatrix X) [inline]

References re, and im.

Referenced by compute_exp_of_matrix(), and do_tdhf_dynamics().

void ComplexMatrix::do_conjugate ( ) [inline]
void ComplexMatrix::initialize ( mat::SizesAndBlocks  szblinfo) [inline]
void ComplexMatrix::product ( const ComplexMatrix X,
const ComplexMatrix Y 
) [inline]
void ComplexMatrix::rescale ( ergo_real  a) [inline]

References re, and im.

void ComplexMatrix::rescale_im ( ergo_real  a) [inline]
void ComplexMatrix::sum ( const ComplexMatrix X,
const ComplexMatrix Y 
) [inline]

References re, and im.


Member Data Documentation


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