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 153 of file zgematrix-zgematrix.hpp.
References CPPL::_(), zgematrix::array, and zgemm_.
_zgematrix operator+ | ( | const zgematrix & | matA, | |
const zgematrix & | matB | |||
) | [inline] |
zgematrix+zgematrix operator
Definition at line 99 of file zgematrix-zgematrix.hpp.
References CPPL::_(), 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 CPPL::_(), i, zgematrix::m, and zgematrix::n.