Go to the source code of this file.
Functions | |
_dgbmatrix | operator* (const _dgbmatrix &mat, const double &d) |
_dgbmatrix | operator/ (const _dgbmatrix &mat, const double &d) |
_dgbmatrix operator* | ( | const _dgbmatrix & | mat, |
const double & | d | ||
) | [inline] |
_dgbmatrix*double operator
Definition at line 3 of file _dgbmatrix-double.hpp.
References _dgbmatrix::array, _dgbmatrix::kl, _dgbmatrix::ku, and _dgbmatrix::n.
_dgbmatrix operator/ | ( | const _dgbmatrix & | mat, |
const double & | d | ||
) | [inline] |
_dgbmatrix/double operator
Definition at line 11 of file _dgbmatrix-double.hpp.
References _dgbmatrix::array, _dgbmatrix::kl, _dgbmatrix::ku, and _dgbmatrix::n.