Classes for compatibility with the GSL library. More...
#include <yarp/gsl/Gsl.h>
Public Member Functions | |
| GslMatrix (const yarp::sig::Matrix &) | |
| Allocate from yarp Matrix. More... | |
| ~GslMatrix () | |
| void * | getGslMatrix () |
| Return GSL compatile pointer. More... | |
| const void * | getGslMatrix () const |
| Return GSL compatile, const pointer. More... | |
Classes for compatibility with the GSL library.
Legacy code like: Matrix m; gsl_function(m.getGslMatrix());
Should be replaced with: Matrix m; gsl_function(GslMatrix(m).getGslMatrix());
| GslMatrix::GslMatrix | ( | const yarp::sig::Matrix & | v | ) |
| void * GslMatrix::getGslMatrix | ( | ) |
| const void * GslMatrix::getGslMatrix | ( | ) | const |