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