|
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 |
| void ComplexMatrix::add | ( | const ComplexMatrix & | X, |
| ergo_real | a | ||
| ) | [inline] |
Referenced by compute_exp_of_matrix().
| void ComplexMatrix::copy | ( | const ComplexMatrix & | X | ) | [inline] |
Referenced by compute_exp_of_matrix(), and do_tdhf_dynamics().
| void ComplexMatrix::do_conjugate | ( | ) | [inline] |
References mat::MatrixBase::resetSizesAndBlocks(), size_block_info, mat::transpose(), re, and im.
Referenced by compute_U_X_Udagger().
| void ComplexMatrix::initialize | ( | mat::SizesAndBlocks | szblinfo | ) | [inline] |
References size_block_info, re, mat::MatrixBase::resetSizesAndBlocks(), and im.
Referenced by compute_exp_of_matrix(), compute_U_X_Udagger(), and do_tdhf_dynamics().
| void ComplexMatrix::product | ( | const ComplexMatrix & | X, |
| const ComplexMatrix & | Y | ||
| ) | [inline] |
References mat::MatrixBase::resetSizesAndBlocks(), size_block_info, re, and im.
Referenced by compute_exp_of_matrix(), and compute_U_X_Udagger().
| void ComplexMatrix::rescale_im | ( | ergo_real | a | ) | [inline] |
References mat::MatrixBase::resetSizesAndBlocks(), size_block_info, im, and re.
Referenced by do_tdhf_dynamics().
| void ComplexMatrix::sum | ( | const ComplexMatrix & | X, |
| const ComplexMatrix & | Y | ||
| ) | [inline] |
Referenced by initialize(), copy(), product(), sum(), rescale(), rescale_im(), add(), do_conjugate(), compute_exp_of_matrix(), and do_tdhf_dynamics().
Referenced by initialize(), copy(), product(), sum(), rescale(), rescale_im(), add(), do_conjugate(), compute_exp_of_matrix(), and do_tdhf_dynamics().
Referenced by initialize(), product(), rescale_im(), and do_conjugate().