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 96 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 50 of file _dgbmatrix-dgbmatrix.hpp.
References CPPL::_(), i, _dgbmatrix::KL, _dgbmatrix::KU, _dgbmatrix::M, CPPL::max(), CPPL::min(), _dgbmatrix::N, and dgbmatrix::zero().