Go to the source code of this file.
Functions | |
const _zgbmatrix & | operator+ (const _zgbmatrix &mat) |
_zgbmatrix | operator- (const _zgbmatrix &mat) |
const _zgbmatrix& operator+ | ( | const _zgbmatrix & | mat | ) | [inline] |
+_zgbmatrix operator
Definition at line 3 of file _zgbmatrix-unary.hpp.
{VERBOSE_REPORT;
return mat;
}
_zgbmatrix operator- | ( | const _zgbmatrix & | mat | ) | [inline] |
-_zgbmatrix operator
Definition at line 10 of file _zgbmatrix-unary.hpp.
References _zgbmatrix::array, i(), _zgbmatrix::kl, _zgbmatrix::ku, and _zgbmatrix::n.