Go to the source code of this file.
|
template<CPPL_INT l> |
dcovector_small< l > | operator* (const double &v, const dcovector_small< l > &A) |
|
template<CPPL_INT l> |
drovector_small< l > | operator* (const double &v, const drovector_small< l > &A) |
|
template<CPPL_INT m, CPPL_INT n> |
dgematrix_small< m, n > | operator* (const double &v, const dgematrix_small< m, n > &A) |
|
template<CPPL_INT n> |
dsymatrix_small< n > | operator* (const double &v, const dsymatrix_small< n > &A) |
|
template<CPPL_INT l> |
zcovector_small< l > | operator* (const double &v, const zcovector_small< l > &A) |
|
template<CPPL_INT l> |
zrovector_small< l > | operator* (const double &v, const zrovector_small< l > &A) |
|
template<CPPL_INT m, CPPL_INT n> |
zgematrix_small< m, n > | operator* (const double &v, const zgematrix_small< m, n > &A) |
|
template<CPPL_INT n> |
zhematrix_small< n > | operator* (const double &v, const zhematrix_small< n > &A) |
|
double*dcovector_small operator
Definition at line 4 of file double-small.hpp.
References i().
7 for(CPPL_INT
i=0;
i<l;
i++){
_dgematrix i(const _dgbmatrix &mat)
Samll Real Double-precision Column Vector Class.
double*drovector_small operator
Definition at line 16 of file double-small.hpp.
References i().
19 for(CPPL_INT
i=0;
i<l;
i++){
_dgematrix i(const _dgbmatrix &mat)
Samll Real Double-precision Row Vector Class.
template<CPPL_INT m, CPPL_INT n>
double*dgematrix_small operator
Definition at line 28 of file double-small.hpp.
References i().
31 for(CPPL_INT
i=0;
i<m;
i++){
32 for(CPPL_INT j=0; j<n; j++){
Samll Real Double-precision General Dence Matrix Class.
_dgematrix i(const _dgbmatrix &mat)
double*dsymatrix_small operator
Definition at line 42 of file double-small.hpp.
References dsymatrix_small< n >::array.
45 for(CPPL_INT k=0; k<(n*(n+1))/2; k++){
Samll Real Double-precision Symmetric Matrix Class.
double array[(n *(n+1))/2]
1D array to store vector data
double*zcovector_small operator
Definition at line 58 of file double-small.hpp.
References i().
61 for(CPPL_INT
i=0;
i<l;
i++){
_dgematrix i(const _dgbmatrix &mat)
Samll Complex Double-precision Column Vector Class.
double*zrovector_small operator
Definition at line 70 of file double-small.hpp.
References i().
73 for(CPPL_INT
i=0;
i<l;
i++){
_dgematrix i(const _dgbmatrix &mat)
Samll Complex Double-precision Row Vector Class.
template<CPPL_INT m, CPPL_INT n>
double*zgematrix_small operator
Definition at line 82 of file double-small.hpp.
References i().
85 for(CPPL_INT
i=0;
i<m;
i++){
86 for(CPPL_INT j=0; j<n; j++){
_dgematrix i(const _dgbmatrix &mat)
Samll Complex Double-precision General Dence Matrix Class.
double*zhematrix_small operator
Definition at line 96 of file double-small.hpp.
References zhematrix_small< n >::array.
99 for(CPPL_INT k=0; k<(n*(n+1))/2; k++){
comple array[(n *(n+1))/2]
Samll Complex Double-precision Symmetric Matrix Class.