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, _zgbmatrix::N, and zdscal_.
_zgbmatrix operator/ | ( | const _zgbmatrix & | mat, | |
const double & | d | |||
) | [inline] |
_zgbmatrix/double operator
Definition at line 16 of file _zgbmatrix-double.hpp.
References _zgbmatrix::Array, _zgbmatrix::KL, _zgbmatrix::KU, _zgbmatrix::N, and zdscal_.