|
| dgematrix_small () |
|
| dgematrix_small (const dgematrix &) |
|
| ~dgematrix_small () |
|
_dgematrix | to_dgematrix () const |
|
double & | operator() (const CPPL_INT &i, const CPPL_INT &j) |
|
double | operator() (const CPPL_INT &i, const CPPL_INT &j) const |
|
dgematrix_small< m, n > & | set (const CPPL_INT &i, const CPPL_INT &j, const double &v) |
|
void | read (const char *filename) |
|
void | write (const char *filename) const |
|
dgematrix_small< m, n > & | zero () |
|
dgematrix_small< m, n > & | identity () |
|
dcovector_small< m > | col (const CPPL_INT &j) const |
|
drovector_small< n > | row (const CPPL_INT &i) const |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > & | operator= (const dgematrix_small< M, N > &) |
|
|
template<CPPL_INT _m, CPPL_INT _n> |
std::ostream & | operator<< (std::ostream &, const dgematrix_small< _m, _n > &) |
|
template<CPPL_INT _m, CPPL_INT _n> |
dgematrix_small< n, m > | t (const dgematrix_small< m, n > &) |
|
template<CPPL_INT _m, CPPL_INT _n> |
void | idamax (CPPL_INT &, CPPL_INT &, const dgematrix_small &) |
|
template<CPPL_INT _m, CPPL_INT _n> |
double | damax (const dgematrix_small &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > & | operator+= (dgematrix_small< M, N > &, const dgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > & | operator-= (dgematrix_small< M, N > &, const dgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT L, CPPL_INT N> |
dgematrix_small< M, N > & | operator*= (dgematrix_small< M, L > &, const dgematrix_small< L, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > & | operator*= (dgematrix_small< M, N > &, const double &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > & | operator/= (dgematrix_small< M, N > &, const double &) |
|
template<CPPL_INT M, CPPL_INT N> |
const dgematrix_small< M, N > & | operator+ (const dgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > | operator- (const dgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > | operator+ (const dgematrix_small< M, N > &, const dgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > | operator+ (const dgematrix_small< M, N > &, const dsymatrix_small< N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > | operator- (const dgematrix_small< M, N > &, const dgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > | operator- (const dgematrix_small< M, N > &, const dsymatrix_small< N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
dcovector_small< M > | operator* (const dgematrix_small< M, N > &, const dcovector_small< N > &) |
|
template<CPPL_INT M, CPPL_INT L, CPPL_INT N> |
dgematrix_small< M, N > | operator* (const dgematrix_small< M, L > &, const dgematrix_small< L, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > | operator* (const dgematrix_small< M, N > &, const dsymatrix_small< N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > | operator* (const dgematrix_small< M, N > &, const double &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > | operator/ (const dgematrix_small< M, N > &, const double &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > | operator* (const double &, const dgematrix_small< M, N > &) |
|
template<CPPL_INT M, CPPL_INT N> |
dgematrix_small< M, N > | hadamerd (const dgematrix_small< M, N > &, const dgematrix_small< M, N > &) |
|
template<CPPL_INT N> |
dgematrix_small< N, N > | hadamerd (const dgematrix_small< N, N > &, const dsymatrix_small< N > &) |
|
template<CPPL_INT m, CPPL_INT n>
class dgematrix_small< m, n >
Samll Real Double-precision General Dence Matrix Class.
Definition at line 3 of file dgematrix_small.hpp.