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