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 53 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, _dgematrix::destroy(), i, _dgematrix::M, and _dgematrix::N.
_dgematrix operator- | ( | const _dgematrix & | matA, | |
const _dgematrix & | matB | |||
) | [inline] |
_dgematrix-_dgematrix operator
Definition at line 28 of file _dgematrix-_dgematrix.hpp.
References _dgematrix::Array, _dgematrix::destroy(), i, _dgematrix::M, and _dgematrix::N.