Go to the source code of this file.
Functions | |
_dgematrix | operator+ (const dgematrix &matA, const dsymatrix &matB) |
_dgematrix | operator- (const dgematrix &matA, const dsymatrix &matB) |
_dgematrix | operator* (const dgematrix &matA, const dsymatrix &matB) |
_dgematrix operator* | ( | const dgematrix & | matA, | |
const dsymatrix & | matB | |||
) | [inline] |
dgematrix*dsymatrix operator
Definition at line 173 of file dgematrix-dsymatrix.hpp.
_dgematrix operator+ | ( | const dgematrix & | matA, | |
const dsymatrix & | matB | |||
) | [inline] |
dgematrix+dsymatrix operator
Definition at line 113 of file dgematrix-dsymatrix.hpp.
_dgematrix operator- | ( | const dgematrix & | matA, | |
const dsymatrix & | matB | |||
) | [inline] |
dgematrix-dsymatrix operator
Definition at line 143 of file dgematrix-dsymatrix.hpp.