Class gsl_vector_wrap (o2scl)¶
-
class gsl_vector_wrap¶
A simple convenience wrapper for GSL vector objects.
9/16/24: This class is currently used in fit_linear_ts.cpp and several of the linalg testing codes.
Warning
This uses typecasts on externally allocated GSL pointers and is not safe or fully const-correct.