Go to the source code of this file.
Functions | |
_zgematrix | operator+ (const zgematrix &matA, const _zgematrix &matB) |
_zgematrix | operator- (const zgematrix &matA, const _zgematrix &matB) |
_zgematrix | operator* (const zgematrix &matA, const _zgematrix &matB) |
_zgematrix operator* | ( | const zgematrix & | matA, | |
const _zgematrix & | matB | |||
) | [inline] |
zgematrix*_zgematrix operator
Definition at line 152 of file zgematrix-_zgematrix.hpp.
References CPPL::_(), zgematrix::array, _zgematrix::Array, _zgematrix::destroy(), _zgematrix::M, _zgematrix::N, and zgemm_.
_zgematrix operator+ | ( | const zgematrix & | matA, | |
const _zgematrix & | matB | |||
) | [inline] |
zgematrix+_zgematrix operator
Definition at line 102 of file zgematrix-_zgematrix.hpp.
References _zgematrix::Array, i, _zgematrix::M, and _zgematrix::N.
_zgematrix operator- | ( | const zgematrix & | matA, | |
const _zgematrix & | matB | |||
) | [inline] |
zgematrix-_zgematrix operator
Definition at line 126 of file zgematrix-_zgematrix.hpp.
References _zgematrix::Array, i, _zgematrix::M, and _zgematrix::N.