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 127 of file dsymatrix-dsymatrix.hpp.
References CPPL::_(), dgematrix::array, dsymatrix::complete(), and dgemm_.
_dsymatrix operator+ | ( | const dsymatrix & | matA, | |
const dsymatrix & | matB | |||
) | [inline] |
dsymatrix+dsymatrix operator
Definition at line 72 of file dsymatrix-dsymatrix.hpp.
_dsymatrix operator- | ( | const dsymatrix & | matA, | |
const dsymatrix & | matB | |||
) | [inline] |
dsymatrix-dsymatrix operator
Definition at line 99 of file dsymatrix-dsymatrix.hpp.