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