Go to the source code of this file.
Functions | |
_dgematrix | operator+ (const _dgematrix &matA, const _dsymatrix &matB) |
_dgematrix | operator- (const _dgematrix &matA, const _dsymatrix &matB) |
_dgematrix | operator* (const _dgematrix &matA, const _dsymatrix &matB) |
_dgematrix operator* | ( | const _dgematrix & | matA, | |
const _dsymatrix & | matB | |||
) | [inline] |
_dgematrix*_dsymatrix operator
Definition at line 61 of file _dgematrix-_dsymatrix.hpp.
References CPPL::_(), dgematrix::array, _dgematrix::Array, _dsymatrix::Array, _dsymatrix::destroy(), _dgematrix::destroy(), dsymm_, dgematrix::m, _dgematrix::M, _dsymatrix::N, and _dgematrix::N.
_dgematrix operator+ | ( | const _dgematrix & | matA, | |
const _dsymatrix & | matB | |||
) | [inline] |
_dgematrix+_dsymatrix operator
Definition at line 3 of file _dgematrix-_dsymatrix.hpp.
References _dsymatrix::destroy(), i, _dgematrix::M, _dsymatrix::N, and _dgematrix::N.
_dgematrix operator- | ( | const _dgematrix & | matA, | |
const _dsymatrix & | matB | |||
) | [inline] |
_dgematrix-_dsymatrix operator
Definition at line 32 of file _dgematrix-_dsymatrix.hpp.
References _dsymatrix::destroy(), i, _dgematrix::M, _dsymatrix::N, and _dgematrix::N.