gslcpp
Modern-C++ Wrapper for GSL
|
Definition of gsl::w_fread(). More...
#include "container.hpp"
Go to the source code of this file.
Namespaces | |
gsl | |
Namespace for C++-interface to GSL. | |
Functions | |
int | gsl::w_fread (FILE *f, w_vector< double > *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< float > *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< long double > *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< int > *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< unsigned > *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< long > *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< unsigned long > *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< short > *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< unsigned short > *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< char > *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< unsigned char > *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< complex< double >> *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< complex< float >> *v) |
Read into v from stream f in binary format. More... | |
int | gsl::w_fread (FILE *f, w_vector< complex< long double >> *v) |
Read into v from stream f in binary format. More... | |
Definition of gsl::w_fread().
Definition in file fread.hpp.