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