23 inline double&
operator()(
const long&,
const long&)
const;
24 inline friend std::ostream& operator<<(std::ostream&,
const _dgbmatrix&);
25 inline void write(
const char *)
const;
friend _dgbmatrix t(const _dgbmatrix &)
Definition: _dgbmatrix-calc.hpp:3
friend _dgematrix i(const _dgbmatrix &)
Definition: _dgbmatrix-calc.hpp:23
long KL
lower band width
Definition: _dgbmatrix.hpp:9
long M
matrix row size
Definition: _dgbmatrix.hpp:7
void destroy() const
Definition: _dgbmatrix-misc.hpp:3
Real Double-precision General Dence Matrix Class.
Definition: dgematrix.hpp:3
long N
matrix column size
Definition: _dgbmatrix.hpp:8
Real Double-precision Symmetric Matrix Class [L-type (UPLO=L) Strage].
Definition: dsymatrix.hpp:3
friend _dgbmatrix operator-(const _dgbmatrix &)
Definition: _dgbmatrix-unary.hpp:15
Real Double-precision Row Vector Class.
Definition: drovector.hpp:3
double & operator()(const long &, const long &) const
Definition: _dgbmatrix-io.hpp:3
(DO NOT USE) Smart-temporary Real Double-precision Row Vector Class
Definition: _drovector.hpp:3
double * Array
1D Array to store matrix data
Definition: _dgbmatrix.hpp:11
(DO NOT USE) Smart-temporary Real Double-precision General Dence Matrix Class
Definition: _dgematrix.hpp:3
double ** Darray
array of pointers of column head addresses
Definition: _dgbmatrix.hpp:12
Real Double-precision General Band Matrix Class.
Definition: dgbmatrix.hpp:3
~_dgbmatrix()
Definition: _dgbmatrix-constructor.hpp:54
friend _dgbmatrix operator/(const dgbmatrix &, const double &)
Definition: dgbmatrix-double.hpp:50
(DO NOT USE) Smart-temporary Complex Double-precision General Band Matrix Class
Definition: _zgbmatrix.hpp:3
friend _dgbmatrix operator*(const dgbmatrix &, const dgbmatrix &)
Definition: dgbmatrix-dgbmatrix.hpp:228
(DO NOT USE) Smart-temporary Real Double-precision General Band Matrix Class
Definition: _dgbmatrix.hpp:3
(DO NOT USE) Smart-temporary Real Double-precision Symmetric Matrix Class
Definition: _dsymatrix.hpp:3
Real Double-precision Column Vector Class.
Definition: dcovector.hpp:3
_dgbmatrix()
Definition: _dgbmatrix-constructor.hpp:3
(DO NOT USE) Smart-temporary Real Double-precision Column Vector Class
Definition: _dcovector.hpp:3
friend const _dgbmatrix & operator+(const _dgbmatrix &)
Definition: _dgbmatrix-unary.hpp:3
long KU
upper band width
Definition: _dgbmatrix.hpp:10