Go to the source code of this file.
Functions | |
_zhematrix | operator+ (const zhematrix &matA, const zhematrix &matB) |
_zhematrix | operator- (const zhematrix &matA, const zhematrix &matB) |
_zgematrix | operator* (const zhematrix &matA, const zhematrix &matB) |
_zgematrix operator* | ( | const zhematrix & | matA, | |
const zhematrix & | matB | |||
) | [inline] |
zhematrix*zhematrix operator
Definition at line 130 of file zhematrix-zhematrix.hpp.
References CPPL::_(), zgematrix::array, zhematrix::complete(), zgematrix::m, and zhemm_.
_zhematrix operator+ | ( | const zhematrix & | matA, | |
const zhematrix & | matB | |||
) | [inline] |
zhematrix+zhematrix operator
Definition at line 74 of file zhematrix-zhematrix.hpp.
_zhematrix operator- | ( | const zhematrix & | matA, | |
const zhematrix & | matB | |||
) | [inline] |
zhematrix-zhematrix operator
Definition at line 102 of file zhematrix-zhematrix.hpp.