Go to the source code of this file.
Functions | |
const _zhematrix & | operator+ (const _zhematrix &mat) |
_zhematrix | operator- (const _zhematrix &mat) |
const _zhematrix& operator+ | ( | const _zhematrix & | mat | ) | [inline] |
+_zhematrix operator
Definition at line 3 of file _zhematrix-unary.hpp.
{VERBOSE_REPORT;
return mat;
}
_zhematrix operator- | ( | const _zhematrix & | mat | ) | [inline] |