Go to the source code of this file.
Functions | |
_dgbmatrix | operator+ (const _dgbmatrix &matA, const _dgbmatrix &matB) |
_dgbmatrix | operator- (const _dgbmatrix &matA, const _dgbmatrix &matB) |
_dgbmatrix | operator* (const _dgbmatrix &matA, const _dgbmatrix &matB) |
_dgbmatrix operator* | ( | const _dgbmatrix & | matA, | |
const _dgbmatrix & | matB | |||
) | [inline] |
_dgbmatrix*_dgbmatrix operator
Definition at line 112 of file _dgbmatrix-_dgbmatrix.hpp.
References CPPL::_(), _dgbmatrix::destroy(), i, dgbmatrix::kl, _dgbmatrix::KL, dgbmatrix::ku, _dgbmatrix::KU, dgbmatrix::m, _dgbmatrix::M, CPPL::max(), CPPL::min(), dgbmatrix::n, _dgbmatrix::N, and dgbmatrix::zero().
_dgbmatrix operator+ | ( | const _dgbmatrix & | matA, | |
const _dgbmatrix & | matB | |||
) | [inline] |
_dgbmatrix+_dgbmatrix operator
Definition at line 3 of file _dgbmatrix-_dgbmatrix.hpp.
References CPPL::_(), _dgbmatrix::destroy(), i, _dgbmatrix::KL, _dgbmatrix::KU, _dgbmatrix::M, CPPL::max(), CPPL::min(), _dgbmatrix::N, and dgbmatrix::zero().
_dgbmatrix operator- | ( | const _dgbmatrix & | matA, | |
const _dgbmatrix & | matB | |||
) | [inline] |
_dgbmatrix-_dgbmatrix operator
Definition at line 63 of file _dgbmatrix-_dgbmatrix.hpp.
References CPPL::_(), _dgbmatrix::destroy(), i, _dgbmatrix::KL, _dgbmatrix::KU, _dgbmatrix::M, CPPL::max(), CPPL::min(), _dgbmatrix::N, and dgbmatrix::zero().