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