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