(DO NOT USE) Smart-temporary Real Double-precision General Dence Matrix Class More...
#include <_dgematrix.hpp>
Public Member Functions | |
_dgematrix () | |
_dgematrix (const _dgematrix &) | |
~_dgematrix () | |
_zgematrix | to_zgematrix () const |
double & | operator() (const CPPL_INT &, const CPPL_INT &) const |
void | write (const char *) const |
void | nullify () const |
void | destroy () const |
Public Attributes | |
CPPL_INT | m |
matrix row size More... | |
CPPL_INT | n |
matrix column size More... | |
double * | array |
1D array to store matrix data More... | |
double ** | darray |
array of pointers of column head addresses More... | |
(DO NOT USE) Smart-temporary Real Double-precision General Dence Matrix Class
Definition at line 3 of file _dgematrix.hpp.
|
inline |
_dgematrix constructor without arguments
Definition at line 3 of file _dgematrix-constructor.hpp.
References array, darray, m, and n.
|
inline |
_dgematrix copy constructor
Definition at line 13 of file _dgematrix-constructor.hpp.
References array, darray, m, n, and nullify().
|
inline |
dgematrix destructor
Definition at line 29 of file _dgematrix-constructor.hpp.
|
inline |
cast to _zgematrix
Definition at line 3 of file _dgematrix-cast.hpp.
References _(), array, zgematrix::array, destroy(), i, m, and n.
|
inline |
operator() for object
Definition at line 3 of file _dgematrix-io.hpp.
References darray, i, m, and n.
Referenced by write().
|
inline |
Definition at line 41 of file _dgematrix-io.hpp.
References destroy(), i, m, n, and operator()().
|
inline |
nullify all the matrix data
Definition at line 3 of file _dgematrix-misc.hpp.
References array, darray, m, and n.
Referenced by _dgematrix(), dgematrix::dgematrix(), and dgematrix::shallow_copy().
|
inline |
destroy all the matrix data
Definition at line 13 of file _dgematrix-misc.hpp.
Referenced by damax(), idamax(), operator*(), dgematrix::operator*=(), operator+(), dgematrix::operator+=(), operator-(), dgematrix::operator-=(), operator<<(), t(), to_zgematrix(), and write().
|
friend |
Definition at line 63 of file dgematrix-io.hpp.
|
friend |
|
friend |
return its inverse matrix
Definition at line 19 of file _dgematrix-calc.hpp.
Referenced by operator()(), operator*(), to_zgematrix(), and write().
|
friend |
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 45 of file _dgematrix-calc.hpp.
|
friend |
|
friend |
+_dgematrix operator
Definition at line 3 of file _dgematrix-unary.hpp.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
_dgematrix*dgematrix operator
Definition at line 45 of file _dgematrix-dgematrix.hpp.
|
friend |
_dgematrix*_dgematrix operator
Definition at line 47 of file _dgematrix-_dgematrix.hpp.
|
friend |
_dgematrix*dsymatrix operator
Definition at line 47 of file _dgematrix-dsymatrix.hpp.
|
friend |
_dgematrix*_dsymatrix operator
Definition at line 49 of file _dgematrix-_dsymatrix.hpp.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
mutable |
matrix row size
Definition at line 9 of file _dgematrix.hpp.
Referenced by _(), _dgematrix(), damax(), dgematrix::dgematrix(), i(), idamax(), nullify(), operator()(), operator*(), dgematrix::operator*=(), operator+(), dgematrix::operator+=(), operator-(), dgematrix::operator-=(), operator/(), operator<<(), dgematrix::shallow_copy(), t(), to_zgematrix(), and write().
|
mutable |
matrix column size
Definition at line 10 of file _dgematrix.hpp.
Referenced by _(), _dgematrix(), damax(), dgematrix::dgematrix(), i(), idamax(), nullify(), operator()(), operator*(), dgematrix::operator*=(), operator+(), dgematrix::operator+=(), operator-(), dgematrix::operator-=(), operator/(), operator<<(), dgematrix::shallow_copy(), t(), to_zgematrix(), and write().
|
mutable |
1D array to store matrix data
Definition at line 11 of file _dgematrix.hpp.
Referenced by _(), _dgematrix(), damax(), destroy(), dgematrix::dgematrix(), idamax(), nullify(), operator*(), dgematrix::operator*=(), operator+(), dgematrix::operator+=(), operator-(), dgematrix::operator-=(), operator/(), dgematrix::shallow_copy(), to_zgematrix(), and ~_dgematrix().
|
mutable |
array of pointers of column head addresses
Definition at line 12 of file _dgematrix.hpp.
Referenced by _(), _dgematrix(), destroy(), dgematrix::dgematrix(), nullify(), operator()(), dgematrix::shallow_copy(), and ~_dgematrix().