OSVR-Core
Public Types | Static Public Member Functions | List of all members
Eigen::GslTraits< Scalar, true > Struct Template Reference

Public Types

typedef gsl_matrix_complex * Matrix
 
typedef gsl_vector_complex * Vector
 

Static Public Member Functions

static Matrix createMatrix (int rows, int cols)
 
static Vector createVector (int size)
 
static void free (Matrix &m)
 
static void free (Vector &m)
 
static void cholesky (Matrix &m)
 
static void cholesky_solve (const Matrix &m, const Vector &b, Vector &x)
 
static void prod (const Matrix &m, const Vector &v, Vector &x)
 
static void eigen_symm (const Matrix &m, gsl_vector *&eval, Matrix &evec)
 
static void eigen_symm_gen (const Matrix &m, const Matrix &_b, gsl_vector *&eval, Matrix &evec)
 

The documentation for this struct was generated from the following file: