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