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 3 of file _zgbmatrix-double.hpp.
References _zgbmatrix::array, _zgbmatrix::kl, _zgbmatrix::ku, and _zgbmatrix::n.
_zgbmatrix operator/ | ( | const _zgbmatrix & | mat, |
const double & | d | ||
) | [inline] |
_zgbmatrix/double operator
Definition at line 11 of file _zgbmatrix-double.hpp.
References _zgbmatrix::array, _zgbmatrix::kl, _zgbmatrix::ku, and _zgbmatrix::n.