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 59 of file _dgematrix-dgbmatrix.hpp.
References CPPL::_(), _dgematrix::destroy(), i, dgematrix::m, _dgematrix::M, CPPL::max(), CPPL::min(), dgematrix::n, _dgematrix::N, and dgematrix::zero().
_dgematrix operator+ | ( | const _dgematrix & | matA, | |
const dgbmatrix & | matB | |||
) | [inline] |
_dgematrix+dgbmatrix operator
Definition at line 3 of file _dgematrix-dgbmatrix.hpp.
References i, _dgematrix::M, CPPL::max(), CPPL::min(), and _dgematrix::N.
_dgematrix operator- | ( | const _dgematrix & | matA, | |
const dgbmatrix & | matB | |||
) | [inline] |
_dgematrix-dgbmatrix operator
Definition at line 31 of file _dgematrix-dgbmatrix.hpp.
References i, _dgematrix::M, CPPL::max(), CPPL::min(), and _dgematrix::N.