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 51 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 3 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 27 of file _dsymatrix-dsymatrix.hpp.
References _dsymatrix::Array, i, and _dsymatrix::N.