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 51 of file _dgematrix-dgematrix.hpp.
References CPPL::_(), dgematrix::array, _dgematrix::Array, _dgematrix::destroy(), dgemm_, _dgematrix::M, and _dgematrix::N.
_dgematrix operator+ | ( | const _dgematrix & | matA, | |
const dgematrix & | matB | |||
) | [inline] |
_dgematrix+dgematrix operator
Definition at line 3 of file _dgematrix-dgematrix.hpp.
References _dgematrix::Array, i, _dgematrix::M, and _dgematrix::N.
_dgematrix operator- | ( | const _dgematrix & | matA, | |
const dgematrix & | matB | |||
) | [inline] |
_dgematrix-dgematrix operator
Definition at line 27 of file _dgematrix-dgematrix.hpp.
References _dgematrix::Array, i, _dgematrix::M, and _dgematrix::N.