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