Go to the source code of this file.
Functions | |
_dgematrix | operator+ (const dsymatrix &matA, const dgematrix &matB) |
_dgematrix | operator- (const dsymatrix &matA, const dgematrix &matB) |
_dgematrix | operator* (const dsymatrix &matA, const dgematrix &matB) |
_dgematrix operator* | ( | const dsymatrix & | matA, | |
const dgematrix & | matB | |||
) | [inline] |
dsymatrix*dgematrix operator
Definition at line 62 of file dsymatrix-dgematrix.hpp.
References CPPL::_(), dgematrix::array, dsymm_, and dgematrix::m.
_dgematrix operator+ | ( | const dsymatrix & | matA, | |
const dgematrix & | matB | |||
) | [inline] |
dsymatrix+dgematrix operator
Definition at line 3 of file dsymatrix-dgematrix.hpp.
_dgematrix operator- | ( | const dsymatrix & | matA, | |
const dgematrix & | matB | |||
) | [inline] |
dsymatrix-dgematrix operator
Definition at line 32 of file dsymatrix-dgematrix.hpp.