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] |
| void ComplexMatrix::copy | ( | const ComplexMatrix & | X | ) | [inline] |
| 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] |
| void ComplexMatrix::rescale_im | ( | ergo_real | a | ) | [inline] |
| void ComplexMatrix::sum | ( | const ComplexMatrix & | X, | |
| const ComplexMatrix & | Y | |||
| ) | [inline] |
1.4.7