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