21 inline double&
operator()(
const long&,
const long&)
const;
22 inline friend std::ostream& operator<<(std::ostream&,
const dgematrix&);
23 inline void write(
const char *)
const;
friend double damax(const _dgematrix &)
Definition: _dgematrix-calc.hpp:72
friend _dgematrix operator*(const dgematrix &, const dgematrix &)
Definition: dgematrix-dgematrix.hpp:153
friend _dgematrix operator-(const _dgematrix &)
Definition: _dgematrix-unary.hpp:15
double ** Darray
array of pointers of column head addresses
Definition: _dgematrix.hpp:10
Real Double-precision General Dence Matrix Class.
Definition: dgematrix.hpp:3
friend _dgematrix i(const _dgematrix &)
Definition: _dgematrix-calc.hpp:22
Real Double-precision Row Vector Class.
Definition: drovector.hpp:3
_dgematrix()
Definition: _dgematrix-constructor.hpp:3
(DO NOT USE) Smart-temporary Complex Double-precision General Dence Matrix Class
Definition: _zgematrix.hpp:3
(DO NOT USE) Smart-temporary Real Double-precision Row Vector Class
Definition: _drovector.hpp:3
(DO NOT USE) Smart-temporary Real Double-precision General Dence Matrix Class
Definition: _dgematrix.hpp:3
long N
matrix column size
Definition: _dgematrix.hpp:8
Real Double-precision General Band Matrix Class.
Definition: dgbmatrix.hpp:3
friend _dgematrix t(const _dgematrix &)
Definition: _dgematrix-calc.hpp:3
double & operator()(const long &, const long &) const
Definition: _dgematrix-io.hpp:3
double * Array
1D array to store matrix data
Definition: _dgematrix.hpp:9
(DO NOT USE) Smart-temporary Real Double-precision General Band Matrix Class
Definition: _dgbmatrix.hpp:3
Real Double-precision Column Vector Class.
Definition: dcovector.hpp:3
void destroy() const
Definition: _dgematrix-misc.hpp:3
friend const _dgematrix & operator+(const _dgematrix &)
Definition: _dgematrix-unary.hpp:3
friend _dgematrix operator/(const dgematrix &, const double &)
Definition: dgematrix-double.hpp:48
(DO NOT USE) Smart-temporary Real Double-precision Column Vector Class
Definition: _dcovector.hpp:3
~_dgematrix()
Definition: _dgematrix-constructor.hpp:51
long M
matrix row size
Definition: _dgematrix.hpp:7
friend void idamax(long &, long &, const _dgematrix &)
Definition: _dgematrix-calc.hpp:56