Go to the source code of this file.
Functions | |
_zgbmatrix | operator* (const zgbmatrix &mat, const std::complex< double > &d) |
_zgbmatrix | operator/ (const zgbmatrix &mat, const std::complex< double > &d) |
_zgbmatrix operator* | ( | const zgbmatrix & | mat, | |
const std::complex< double > & | d | |||
) | [inline] |
zgbmatrix*stdcomplex<double> operator
Definition at line 33 of file zgbmatrix-complex.hpp.
References CPPL::_(), i, zgbmatrix::kl, zgbmatrix::ku, and zgbmatrix::n.
_zgbmatrix operator/ | ( | const zgbmatrix & | mat, | |
const std::complex< double > & | d | |||
) | [inline] |
zgbmatrix/stdcomplex<double> operator
Definition at line 50 of file zgbmatrix-complex.hpp.
References CPPL::_(), zgbmatrix::array, i, zgbmatrix::kl, zgbmatrix::ku, and zgbmatrix::n.