Go to the source code of this file.
Functions | |
_dgematrix | operator+ (const dgematrix &matA, const dgematrix &matB) |
_dgematrix | operator- (const dgematrix &matA, const dgematrix &matB) |
_dgematrix | operator* (const dgematrix &matA, const dgematrix &matB) |
_dgematrix operator* | ( | const dgematrix & | matA, | |
const dgematrix & | matB | |||
) | [inline] |
dgematrix*dgematrix operator
Definition at line 153 of file dgematrix-dgematrix.hpp.
_dgematrix operator+ | ( | const dgematrix & | matA, | |
const dgematrix & | matB | |||
) | [inline] |
dgematrix+dgematrix operator
Definition at line 99 of file dgematrix-dgematrix.hpp.
_dgematrix operator- | ( | const dgematrix & | matA, | |
const dgematrix & | matB | |||
) | [inline] |
dgematrix-dgematrix operator
Definition at line 126 of file dgematrix-dgematrix.hpp.