|
| HepMatrix () |
|
| HepMatrix (int p, int q) |
|
| HepMatrix (int p, int q, int i) |
|
| HepMatrix (int p, int q, HepRandom &r) |
|
| HepMatrix (const HepMatrix &hm1) |
|
| HepMatrix (const HepSymMatrix &) |
|
| HepMatrix (const HepDiagMatrix &) |
|
| HepMatrix (const HepVector &) |
|
virtual | ~HepMatrix () |
|
virtual int | num_row () const |
|
virtual int | num_col () const |
|
virtual const double & | operator() (int row, int col) const |
|
virtual double & | operator() (int row, int col) |
|
HepMatrix & | operator*= (double t) |
|
HepMatrix & | operator/= (double t) |
|
HepMatrix & | operator+= (const HepMatrix &) |
|
HepMatrix & | operator+= (const HepSymMatrix &) |
|
HepMatrix & | operator+= (const HepDiagMatrix &) |
|
HepMatrix & | operator+= (const HepVector &) |
|
HepMatrix & | operator-= (const HepMatrix &) |
|
HepMatrix & | operator-= (const HepSymMatrix &) |
|
HepMatrix & | operator-= (const HepDiagMatrix &) |
|
HepMatrix & | operator-= (const HepVector &) |
|
HepMatrix & | operator= (const HepMatrix &) |
|
HepMatrix & | operator= (const HepSymMatrix &) |
|
HepMatrix & | operator= (const HepDiagMatrix &) |
|
HepMatrix & | operator= (const HepVector &) |
|
HepMatrix & | operator= (const HepRotation &) |
|
HepMatrix | operator- () const |
|
HepMatrix | apply (double(*f)(double, int, int)) const |
|
HepMatrix | T () const |
|
HepMatrix | sub (int min_row, int max_row, int min_col, int max_col) const |
|
void | sub (int row, int col, const HepMatrix &hm1) |
|
HepMatrix | inverse (int &ierr) const |
|
virtual void | invert (int &ierr) |
|
void | invert () |
|
HepMatrix | inverse () const |
|
double | determinant () const |
|
double | trace () const |
|
HepMatrix_row | operator[] (int) |
|
const HepMatrix_row_const | operator[] (int) const |
|
virtual | ~HepGenMatrix () |
|
HepGenMatrix_row | operator[] (int) |
|
const HepGenMatrix_row_const | operator[] (int) const |
|
virtual bool | operator== (const HepGenMatrix &) const |
|
|
class | HepMatrix_row |
|
class | HepMatrix_row_const |
|
class | HepVector |
|
class | HepSymMatrix |
|
class | HepDiagMatrix |
|
void | swap (HepMatrix &hm1, HepMatrix &hm2) |
|
HepMatrix | operator+ (const HepMatrix &hm1, const HepMatrix &hm2) |
|
HepMatrix | operator- (const HepMatrix &hm1, const HepMatrix &hm2) |
|
HepMatrix | operator* (const HepMatrix &hm1, const HepMatrix &hm2) |
|
HepMatrix | operator* (const HepMatrix &hm1, const HepSymMatrix &hm2) |
|
HepMatrix | operator* (const HepMatrix &hm1, const HepDiagMatrix &hm2) |
|
HepMatrix | operator* (const HepSymMatrix &hm1, const HepMatrix &hm2) |
|
HepMatrix | operator* (const HepDiagMatrix &hm1, const HepMatrix &hm2) |
|
HepMatrix | operator* (const HepVector &hm1, const HepMatrix &hm2) |
|
HepVector | operator* (const HepMatrix &hm1, const HepVector &hm2) |
|
HepMatrix | operator* (const HepSymMatrix &hm1, const HepSymMatrix &hm2) |
|
HepVector | solve (const HepMatrix &, const HepVector &) |
|
HepVector | qr_solve (HepMatrix *A, const HepVector &b) |
|
HepMatrix | qr_solve (HepMatrix *A, const HepMatrix &b) |
|
void | tridiagonal (HepSymMatrix *a, HepMatrix *hsm) |
|
void | row_house (HepMatrix *a, const HepMatrix &v, double vnormsq, int row, int col, int row_start, int col_start) |
|
void | row_house (HepMatrix *a, const HepVector &v, double vnormsq, int row=1, int col=1) |
|
void | back_solve (const HepMatrix &R, HepVector *b) |
|
void | back_solve (const HepMatrix &R, HepMatrix *b) |
|
void | col_givens (HepMatrix *A, double c, double s, int k1, int k2, int rowmin=1, int rowmax=0) |
|
void | row_givens (HepMatrix *A, double c, double s, int k1, int k2, int colmin=1, int colmax=0) |
|
void | col_house (HepMatrix *a, const HepMatrix &v, double vnormsq, int row, int col, int row_start, int col_start) |
|
HepVector | house (const HepMatrix &a, int row=1, int col=1) |
|
void | house_with_update (HepMatrix *a, int row=1, int col=1) |
|
void | house_with_update (HepMatrix *a, HepMatrix *v, int row=1, int col=1) |
|
void | house_with_update2 (HepSymMatrix *a, HepMatrix *v, int row=1, int col=1) |
|
- Author
Definition at line 205 of file Matrix.h.