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 228 of file zgbmatrix-zgbmatrix.hpp.
References CPPL::_(), 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 160 of file zgbmatrix-zgbmatrix.hpp.
References CPPL::_(), i, CPPL::max(), CPPL::min(), and zgbmatrix::zero().
_zgbmatrix operator- | ( | const zgbmatrix & | matA, | |
const zgbmatrix & | matB | |||
) | [inline] |
zgbmatrix-zgbmatrix operator
Definition at line 194 of file zgbmatrix-zgbmatrix.hpp.
References CPPL::_(), i, CPPL::max(), CPPL::min(), and zgbmatrix::zero().