ergo
|
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 |
|
inline |
Referenced by compute_exp_of_matrix().
|
inline |
Referenced by compute_exp_of_matrix(), and do_tdhf_dynamics().
|
inline |
References im, re, size_block_info, and mat::transpose().
Referenced by compute_U_X_Udagger().
|
inline |
References im, re, and size_block_info.
Referenced by compute_exp_of_matrix(), compute_U_X_Udagger(), and do_tdhf_dynamics().
|
inline |
References im, re, and size_block_info.
Referenced by compute_exp_of_matrix(), and compute_U_X_Udagger().
|
inline |
References im, re, and size_block_info.
Referenced by do_tdhf_dynamics().
|
inline |
normalMatrix ComplexMatrix::im |
Referenced by add(), compute_exp_of_matrix(), copy(), do_conjugate(), do_tdhf_dynamics(), initialize(), product(), rescale(), rescale_im(), and sum().
normalMatrix ComplexMatrix::re |
Referenced by add(), compute_exp_of_matrix(), copy(), do_conjugate(), do_tdhf_dynamics(), initialize(), product(), rescale(), rescale_im(), and sum().
mat::SizesAndBlocks ComplexMatrix::size_block_info |
Referenced by do_conjugate(), initialize(), product(), and rescale_im().