Go to the source code of this file.
Functions | |
template<CPPL_INT m, CPPL_INT n> | |
std::ostream & | operator<< (std::ostream &s, const zgematrix_small< m, n > &A) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< n, m > | t (const zgematrix_small< m, n > &A) |
template<CPPL_INT m, CPPL_INT n> | |
comple | trace (const zgematrix_small< m, n > &A) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > & | operator+= (zgematrix_small< m, n > &A, const zgematrix_small< m, n > &B) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > & | operator-= (zgematrix_small< m, n > &A, const zgematrix_small< m, n > &B) |
template<CPPL_INT m, CPPL_INT l, CPPL_INT n> | |
zgematrix_small< m, n > & | operator*= (zgematrix_small< m, l > &A, const zgematrix_small< l, n > &B) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > & | operator*= (zgematrix_small< m, n > &A, const double &v) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > & | operator*= (zgematrix_small< m, n > &A, const comple &v) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > & | operator/= (zgematrix_small< m, n > &A, const double &v) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > & | operator/= (zgematrix_small< m, n > &A, const comple &v) |
template<CPPL_INT m, CPPL_INT n> | |
const zgematrix_small< m, n > & | operator+ (const zgematrix_small< m, n > &A) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > | operator- (const zgematrix_small< m, n > &A) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > | operator+ (const zgematrix_small< m, n > &A, const zgematrix_small< m, n > &B) |
template<CPPL_INT n> | |
zgematrix_small< n, n > | operator+ (const zgematrix_small< n, n > &A, const zhematrix_small< n > &B) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > | operator- (const zgematrix_small< m, n > &A, const zgematrix_small< m, n > &B) |
template<CPPL_INT n> | |
zgematrix_small< n, n > | operator- (const zgematrix_small< n, n > &A, const zhematrix_small< n > &B) |
template<CPPL_INT m, CPPL_INT n> | |
zcovector_small< m > | operator* (const zgematrix_small< m, n > &A, const zcovector_small< n > &B) |
template<CPPL_INT m, CPPL_INT l, CPPL_INT n> | |
zgematrix_small< m, n > | operator* (const zgematrix_small< m, l > &A, const zgematrix_small< l, n > &B) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > | operator* (const zgematrix_small< m, n > &A, const zhematrix_small< n > &B) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > | operator* (const zgematrix_small< m, n > &A, const double &v) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > | operator* (const zgematrix_small< m, n > &A, const comple &v) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > | operator/ (const zgematrix_small< m, n > &A, const double &v) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > | operator/ (const zgematrix_small< m, n > &A, const comple &v) |
template<CPPL_INT m, CPPL_INT n> | |
zgematrix_small< m, n > | hadamerd (const zgematrix_small< m, n > &A, const zgematrix_small< m, n > &B) |
template<CPPL_INT n> | |
zgematrix_small< n, n > | hadamerd (const zgematrix_small< n, n > &A, const zhematrix_small< n > &B) |
|
inline |
|
inline |
return transposed zgematrix_small
Definition at line 158 of file zgematrix_small-functions.hpp.
References i().
|
inline |
|
inline |
zgematrix_small+=zgematrix_small operator
Definition at line 246 of file zgematrix_small-functions.hpp.
References zgematrix_small< m, n >::array.
|
inline |
zgematrix_small-=zgematrix_small operator
Definition at line 257 of file zgematrix_small-functions.hpp.
References zgematrix_small< m, n >::array.
|
inline |
zgematrix_small*=zgematrix_small operator
Definition at line 268 of file zgematrix_small-functions.hpp.
References i(), and zgematrix_small< m, n >::zero().
|
inline |
zgematrix_small*=double operator
Definition at line 286 of file zgematrix_small-functions.hpp.
References zgematrix_small< m, n >::array.
|
inline |
zgematrix_small*=comple operator
Definition at line 297 of file zgematrix_small-functions.hpp.
References zgematrix_small< m, n >::array.
|
inline |
zgematrix_small/=double operator
Definition at line 308 of file zgematrix_small-functions.hpp.
References zgematrix_small< m, n >::array.
|
inline |
zgematrix_small/=comple operator
Definition at line 318 of file zgematrix_small-functions.hpp.
References zgematrix_small< m, n >::array.
|
inline |
unary + operator
Definition at line 333 of file zgematrix_small-functions.hpp.
|
inline |
unary - operator
Definition at line 341 of file zgematrix_small-functions.hpp.
References i().
|
inline |
zgematrix_small+zgematrix_small operator
Definition at line 359 of file zgematrix_small-functions.hpp.
References i().
|
inline |
zgematrix_small+zhematrix_small operator
Definition at line 373 of file zgematrix_small-functions.hpp.
References i().
|
inline |
zgematrix_small-zgematrix_small operator
Definition at line 390 of file zgematrix_small-functions.hpp.
References i().
|
inline |
zgematrix_small-zhematrix_small operator
Definition at line 404 of file zgematrix_small-functions.hpp.
References i().
|
inline |
zgematrix_small*zcovector_small operator
Definition at line 425 of file zgematrix_small-functions.hpp.
References i(), and zcovector_small< l >::zero().
|
inline |
zgematrix_small*zgematrix_small operator
Definition at line 440 of file zgematrix_small-functions.hpp.
References i(), and zgematrix_small< m, n >::zero().
|
inline |
zgematrix_small+zhematrix_small operator
Definition at line 457 of file zgematrix_small-functions.hpp.
References i(), and zgematrix_small< m, n >::zero().
|
inline |
zgematrix_small*double operator
Definition at line 477 of file zgematrix_small-functions.hpp.
References i().
|
inline |
zgematrix_small*comple operator
Definition at line 491 of file zgematrix_small-functions.hpp.
References i().
|
inline |
zgematrix_small/double operator
Definition at line 509 of file zgematrix_small-functions.hpp.
References i().
|
inline |
zgematrix_small/comple operator
Definition at line 523 of file zgematrix_small-functions.hpp.
References i().
|
inline |
Hadamerd product
Definition at line 541 of file zgematrix_small-functions.hpp.
References i().
|
inline |
Hadamerd product
Definition at line 555 of file zgematrix_small-functions.hpp.