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 51 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 3 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 27 of file _zgematrix-zgematrix.hpp.
References _zgematrix::Array, i, _zgematrix::M, and _zgematrix::N.