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 59 of file _dgematrix-dsymatrix.hpp.
References CPPL::_(), dgematrix::array, _dgematrix::Array, _dgematrix::destroy(), dsymm_, dgematrix::m, _dgematrix::M, 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 i, _dgematrix::M, and _dgematrix::N.
_dgematrix operator- | ( | const _dgematrix & | matA, | |
const dsymatrix & | matB | |||
) | [inline] |
_dgematrix-dsymatrix operator
Definition at line 31 of file _dgematrix-dsymatrix.hpp.
References i, _dgematrix::M, and _dgematrix::N.