Go to the source code of this file.
Functions | |
_dgematrix | operator+ (const dgematrix &matA, const _dgbmatrix &matB) |
_dgematrix | operator- (const dgematrix &matA, const _dgbmatrix &matB) |
_dgematrix | operator* (const dgematrix &matA, const _dgbmatrix &matB) |
_dgematrix operator* | ( | const dgematrix & | matA, | |
const _dgbmatrix & | matB | |||
) | [inline] |
dgematrix*_dgbmatrix operator
Definition at line 184 of file dgematrix-_dgbmatrix.hpp.
References CPPL::_(), _dgbmatrix::destroy(), i, _dgbmatrix::KL, _dgbmatrix::KU, _dgbmatrix::M, CPPL::max(), CPPL::min(), _dgbmatrix::N, and dgematrix::zero().
_dgematrix operator+ | ( | const dgematrix & | matA, | |
const _dgbmatrix & | matB | |||
) | [inline] |
dgematrix+_dgbmatrix operator
Definition at line 122 of file dgematrix-_dgbmatrix.hpp.
References CPPL::_(), _dgbmatrix::destroy(), i, _dgbmatrix::KL, _dgbmatrix::KU, _dgbmatrix::M, CPPL::max(), CPPL::min(), and _dgbmatrix::N.
_dgematrix operator- | ( | const dgematrix & | matA, | |
const _dgbmatrix & | matB | |||
) | [inline] |
dgematrix-_dgbmatrix operator
Definition at line 153 of file dgematrix-_dgbmatrix.hpp.
References CPPL::_(), _dgbmatrix::destroy(), i, _dgbmatrix::KL, _dgbmatrix::KU, _dgbmatrix::M, CPPL::max(), CPPL::min(), and _dgbmatrix::N.