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