Classes for compatibility with the GSL library. More...
#include <yarp/gsl/Gsl.h>
Public Member Functions | |
GslVector (const yarp::sig::Vector &) | |
~GslVector () | |
void * | getGslVector () |
const void * | getGslVector () const |
Classes for compatibility with the GSL library.
Legacy code like: Vector v; gsl_function(v.getGslVector());
Should be replaced with: Vector v; gsl_function(GslVector(v).getGslVetor());
GslVector::GslVector | ( | const yarp::sig::Vector & | v | ) |