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