Go to the source code of this file.
Functions | |
_dsymatrix | operator+ (const dsymatrix &matA, const _dsymatrix &matB) |
_dsymatrix | operator- (const dsymatrix &matA, const _dsymatrix &matB) |
_dgematrix | operator* (const dsymatrix &matA, const _dsymatrix &matB) |
_dgematrix operator* | ( | const dsymatrix & | matA, | |
const _dsymatrix & | matB | |||
) | [inline] |
dsymatrix*_dsymatrix operator
Definition at line 130 of file dsymatrix-_dsymatrix.hpp.
References CPPL::_(), dgematrix::array, _dsymatrix::Array, _dsymatrix::complete(), dsymatrix::complete(), _dsymatrix::destroy(), dgemm_, and _dsymatrix::N.
_dsymatrix operator+ | ( | const dsymatrix & | matA, | |
const _dsymatrix & | matB | |||
) | [inline] |
dsymatrix+_dsymatrix operator
Definition at line 78 of file dsymatrix-_dsymatrix.hpp.
References _dsymatrix::Array, i, and _dsymatrix::N.
_dsymatrix operator- | ( | const dsymatrix & | matA, | |
const _dsymatrix & | matB | |||
) | [inline] |
dsymatrix-_dsymatrix operator
Definition at line 104 of file dsymatrix-_dsymatrix.hpp.
References _dsymatrix::Array, i, and _dsymatrix::N.