A simple convenience wrapper for GSL matrix objects. More...
#include <vector.h>
Public Member Functions | |
gsl_matrix_wrap (gsl_matrix *m) | |
double | operator() (size_t i, size_t j) const |
size_t | size1 () |
size_t | size2 () |
Private Attributes | |
const double * | d |
size_t | sz1 |
size_t | sz2 |
size_t | tda |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).