Go to the source code of this file.
Functions | |
template<CPPL_INT n> | |
std::ostream & | operator<< (std::ostream &s, const dsymatrix_small< n > &A) |
template<CPPL_INT n> | |
double | trace (const dsymatrix_small< n > &A) |
template<CPPL_INT n> | |
void | idamax (CPPL_INT &I, CPPL_INT &J, const dsymatrix_small< n > &A) |
template<CPPL_INT n> | |
double | damax (const dsymatrix_small< n > &A) |
template<CPPL_INT n> | |
dsymatrix_small< n > & | operator+= (dsymatrix_small< n > &A, const dsymatrix_small< n > &B) |
template<CPPL_INT n> | |
dsymatrix_small< n > & | operator-= (dsymatrix_small< n > &A, const dsymatrix_small< n > &B) |
template<CPPL_INT n> | |
dsymatrix_small< n > & | operator*= (dsymatrix_small< n > &A, const double &v) |
template<CPPL_INT n> | |
dsymatrix_small< n > & | operator/= (dsymatrix_small< n > &A, const double &v) |
template<CPPL_INT n> | |
const dsymatrix_small< n > & | operator+ (const dsymatrix_small< n > &A) |
template<CPPL_INT n> | |
dsymatrix_small< n > | operator- (const dsymatrix_small< n > &A) |
template<CPPL_INT n> | |
dgematrix_small< n, n > | operator+ (const dsymatrix_small< n > &A, const dgematrix_small< n, n > &B) |
template<CPPL_INT n> | |
dsymatrix_small< n > | operator+ (const dsymatrix_small< n > &A, const dsymatrix_small< n > &B) |
template<CPPL_INT n> | |
dgematrix_small< n, n > | operator- (const dsymatrix_small< n > &A, const dgematrix_small< n, n > &B) |
template<CPPL_INT n> | |
dsymatrix_small< n > | operator- (const dsymatrix_small< n > &A, const dsymatrix_small< n > &B) |
template<CPPL_INT n> | |
dcovector_small< n > | operator* (const dsymatrix_small< n > &A, const dcovector_small< n > &B) |
template<CPPL_INT m, CPPL_INT n> | |
dgematrix_small< m, n > | operator* (const dsymatrix_small< m > &A, const dgematrix_small< m, n > &B) |
template<CPPL_INT n> | |
dgematrix_small< n, n > | operator* (const dsymatrix_small< n > &A, const dsymatrix_small< n > &B) |
template<CPPL_INT n> | |
dsymatrix_small< n > | operator* (const dsymatrix_small< n > &A, const double &v) |
template<CPPL_INT n> | |
dsymatrix_small< n > | operator/ (const dsymatrix_small< n > &A, const double &v) |
template<CPPL_INT n> | |
dgematrix_small< n, n > | hadamerd (const dsymatrix_small< n > &A, const dgematrix_small< n, n > &B) |
template<CPPL_INT n> | |
dsymatrix_small< n > | hadamerd (const dsymatrix_small< n > &A, const dsymatrix_small< n > &B) |
|
inline |
|
inline |
|
inline |
return index of maximum component
Definition at line 205 of file dsymatrix_small-functions.hpp.
References i().
Referenced by damax().
|
inline |
return maximum component
Definition at line 223 of file dsymatrix_small-functions.hpp.
|
inline |
dsymatrix_small+=dsymatrix_small operator
Definition at line 241 of file dsymatrix_small-functions.hpp.
References dsymatrix_small< n >::array.
|
inline |
dsymatrix_small-=dsymatrix_small operator
Definition at line 250 of file dsymatrix_small-functions.hpp.
References dsymatrix_small< n >::array.
|
inline |
dsymatrix_small*=double operator
Definition at line 259 of file dsymatrix_small-functions.hpp.
References i().
|
inline |
dsymatrix_small/=double operator
Definition at line 272 of file dsymatrix_small-functions.hpp.
References i().
|
inline |
unary + operator
Definition at line 289 of file dsymatrix_small-functions.hpp.
|
inline |
unary - operator
Definition at line 297 of file dsymatrix_small-functions.hpp.
References i().
|
inline |
dsymatrix_small+dgematrix_small operator
Definition at line 315 of file dsymatrix_small-functions.hpp.
References i().
|
inline |
dsymatrix_small+dsymatrix_small operator
Definition at line 332 of file dsymatrix_small-functions.hpp.
References i().
|
inline |
dsymatrix_small-dgematrix_small operator
Definition at line 347 of file dsymatrix_small-functions.hpp.
References i().
|
inline |
dsymatrix_small-dsymatrix_small operator
Definition at line 364 of file dsymatrix_small-functions.hpp.
References i().
|
inline |
dsymatrix_small*dcovector_small operator
Definition at line 378 of file dsymatrix_small-functions.hpp.
References i(), and dcovector_small< l >::zero().
|
inline |
dsymatrix_small*dgematrix_small operator
Definition at line 396 of file dsymatrix_small-functions.hpp.
References i(), and dgematrix_small< m, n >::zero().
|
inline |
dsymatrix_small*dsymatrix_small operator
Definition at line 416 of file dsymatrix_small-functions.hpp.
References i(), and dgematrix_small< m, n >::zero().
|
inline |
dsymatrix_small*double operator
Definition at line 450 of file dsymatrix_small-functions.hpp.
References i().
|
inline |
dsymatrix_small/double operator
Definition at line 464 of file dsymatrix_small-functions.hpp.
References i().
|
inline |
Hadamerd operator
Definition at line 482 of file dsymatrix_small-functions.hpp.
References i().
|
inline |
Hadamerd operator
Definition at line 499 of file dsymatrix_small-functions.hpp.
References i().