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 157 of file dgematrix-_dgematrix.hpp.
References CPPL::_(), _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 107 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 131 of file dgematrix-_dgematrix.hpp.
References _dgematrix::Array, i, _dgematrix::M, and _dgematrix::N.