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 61 of file _zhematrix-_zhematrix.hpp.
References CPPL::_(), zgematrix::array, _zhematrix::Array, _zhematrix::complete(), _zhematrix::destroy(), zgematrix::m, _zhematrix::N, and zhemm_.
_zhematrix operator+ | ( | const _zhematrix & | matA, | |
const _zhematrix & | matB | |||
) | [inline] |
_zhematrix+_zhematrix operator
Definition at line 3 of file _zhematrix-_zhematrix.hpp.
References _zhematrix::Array, _zhematrix::destroy(), i, and _zhematrix::N.
_zhematrix operator- | ( | const _zhematrix & | matA, | |
const _zhematrix & | matB | |||
) | [inline] |
_zhematrix-_zhematrix operator
Definition at line 32 of file _zhematrix-_zhematrix.hpp.
References _zhematrix::Array, _zhematrix::destroy(), i, and _zhematrix::N.