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