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