CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include "CLHEP/Matrix/Matrix.h"
#include "CLHEP/Matrix/Vector.h"
#include "CLHEP/Matrix/SymMatrix.h"
#include <iostream>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | CLHEP |
Functions | |
void | CLHEP::back_solve (const HepMatrix &R, HepVector *b) |
void | CLHEP::back_solve (const HepMatrix &R, HepMatrix *b) |
void | CLHEP::col_givens (HepMatrix *A, double c, double s, int k1, int k2, int row_min=1, int row_max=0) |
void | CLHEP::col_house (HepMatrix *a, const HepMatrix &v, double vnormsq, int row, int col, int row_start, int col_start) |
double | CLHEP::condition (const HepSymMatrix &m) |
void | CLHEP::diag_step (HepSymMatrix *t, int begin, int end) |
void | CLHEP::diag_step (HepSymMatrix *t, HepMatrix *u, int begin, int end) |
HepMatrix | CLHEP::diagonalize (HepSymMatrix *s) |
HepVector | CLHEP::house (const HepSymMatrix &a, int row=1, int col=1) |
HepVector | CLHEP::house (const HepMatrix &a, int row=1, int col=1) |
void | CLHEP::house_with_update (HepMatrix *a, int row=1, int col=1) |
void | CLHEP::house_with_update (HepMatrix *a, HepMatrix *v, int row=1, int col=1) |
void | CLHEP::house_with_update2 (HepSymMatrix *a, HepMatrix *v, int row=1, int col=1) |
HepMatrix | CLHEP::qr_inverse (const HepMatrix &A) |
HepMatrix | CLHEP::qr_inverse (HepMatrix *A) |
HepVector | CLHEP::min_line_dist (const HepVector *const A, const HepVector *const B, int n) |
HepMatrix | CLHEP::qr_decomp (HepMatrix *A) |
void | CLHEP::row_givens (HepMatrix *A, double c, double s, int k1, int k2, int col_min=1, int col_max=0) |
void | CLHEP::row_house (HepMatrix *a, const HepVector &v, double vnormsq, int row=1, int col=1) |
void | CLHEP::row_house (HepMatrix *a, const HepMatrix &v, double vnormsq, int row, int col, int row_start, int col_start) |
HepVector | CLHEP::qr_solve (const HepMatrix &A, const HepVector &b) |
HepVector | CLHEP::qr_solve (HepMatrix *A, const HepVector &b) |
HepMatrix | CLHEP::qr_solve (const HepMatrix &A, const HepMatrix &b) |
HepMatrix | CLHEP::qr_solve (HepMatrix *A, const HepMatrix &b) |
void | CLHEP::tridiagonal (HepSymMatrix *a, HepMatrix *hsm) |
HepMatrix | CLHEP::tridiagonal (HepSymMatrix *a) |
void | CLHEP::col_house (HepMatrix *a, const HepMatrix &v, int row, int col, int row_start, int col_start) |
void | CLHEP::givens (double a, double b, double *c, double *s) |
void | CLHEP::qr_decomp (HepMatrix *A, HepMatrix *hsm) |
void | CLHEP::row_house (HepMatrix *a, const HepMatrix &v, int row, int col, int row_start, int col_start) |