Go to the source code of this file.
Functions | |
const _dgematrix & | operator+ (const _dgematrix &mat) |
_dgematrix | operator- (const _dgematrix &mat) |
|
+_dgematrix operator Definition at line 3 of file _dgematrix-unary.hpp.
00004 {
00005 return mat;
00006 }
|
|
-_dgematrix operator Definition at line 10 of file _dgematrix-unary.hpp. References _dgematrix::Array, _dgematrix::Ml, and _dgematrix::Nl.
|