|
typedef gsl_matrix * | Matrix |
|
typedef gsl_vector * | Vector |
|
|
static Matrix | createMatrix (int rows, int cols) |
|
static Vector | createVector (int size) |
|
static void | free (Matrix &m) |
|
static void | free (Vector &m) |
|
static void | prod (const Matrix &m, const Vector &v, Vector &x) |
|
static void | cholesky (Matrix &m) |
|
static void | cholesky_solve (const Matrix &m, const Vector &b, Vector &x) |
|
static void | eigen_symm (const Matrix &m, Vector &eval, Matrix &evec) |
|
static void | eigen_symm_gen (const Matrix &m, const Matrix &_b, Vector &eval, Matrix &evec) |
|
The documentation for this struct was generated from the following file: