alpaqa 1.0.0a8
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Classes | Functions
alpaqa::csv Namespace Reference

Classes

struct  CSVReader
 
struct  read_error
 

Functions

template<std::floating_point F>
void read_row_impl (std::istream &is, Eigen::Ref< Eigen::VectorX< F > > v, char sep)
 
template<std::floating_point F>
std::vector< F > read_row_std_vector (std::istream &is, char sep)
 
void read_row (std::istream &is, Eigen::Ref< Eigen::VectorX< float > > v, char sep)
 
void read_row (std::istream &is, Eigen::Ref< Eigen::VectorX< float > > v)
 
void read_row (std::istream &is, Eigen::Ref< Eigen::VectorX< double > > v, char sep)
 
void read_row (std::istream &is, Eigen::Ref< Eigen::VectorX< double > > v)
 
void read_row (std::istream &is, Eigen::Ref< Eigen::VectorX< long double > > v, char sep)
 
void read_row (std::istream &is, Eigen::Ref< Eigen::VectorX< long double > > v)
 
template void read_row_impl (std::istream &, Eigen::Ref< Eigen::VectorX< float > >, char)
 
template void read_row_impl (std::istream &, Eigen::Ref< Eigen::VectorX< double > >, char)
 
template void read_row_impl (std::istream &, Eigen::Ref< Eigen::VectorX< long double > >, char)
 
template std::vector< float > read_row_std_vector (std::istream &, char)
 

Function Documentation

◆ read_row_impl() [1/4]

void read_row_impl ( std::istream &  is,
Eigen::Ref< Eigen::VectorX< F > >  v,
char  sep 
)

Definition at line 102 of file csv.tpp.

+ Here is the call graph for this function:

◆ read_row_std_vector() [1/2]

template std::vector< long double > read_row_std_vector ( std::istream &  is,
char  sep 
)

Definition at line 111 of file csv.tpp.

+ Here is the call graph for this function:

◆ read_row() [1/6]

void read_row ( std::istream &  is,
Eigen::Ref< Eigen::VectorX< float > >  v,
char  sep 
)
inline

Definition at line 34 of file csv.hpp.

+ Here is the caller graph for this function:

◆ read_row() [2/6]

void read_row ( std::istream &  is,
Eigen::Ref< Eigen::VectorX< float > >  v 
)
inline

Definition at line 34 of file csv.hpp.

◆ read_row() [3/6]

void read_row ( std::istream &  is,
Eigen::Ref< Eigen::VectorX< double > >  v,
char  sep 
)
inline

Definition at line 35 of file csv.hpp.

◆ read_row() [4/6]

void read_row ( std::istream &  is,
Eigen::Ref< Eigen::VectorX< double > >  v 
)
inline

Definition at line 35 of file csv.hpp.

◆ read_row() [5/6]

void read_row ( std::istream &  is,
Eigen::Ref< Eigen::VectorX< long double > >  v,
char  sep 
)
inline

Definition at line 36 of file csv.hpp.

◆ read_row() [6/6]

void read_row ( std::istream &  is,
Eigen::Ref< Eigen::VectorX< long double > >  v 
)
inline

Definition at line 36 of file csv.hpp.

◆ read_row_impl() [2/4]

template void read_row_impl ( std::istream &  ,
Eigen::Ref< Eigen::VectorX< float > >  ,
char   
)

◆ read_row_impl() [3/4]

template void read_row_impl ( std::istream &  ,
Eigen::Ref< Eigen::VectorX< double > >  ,
char   
)

◆ read_row_impl() [4/4]

template void read_row_impl ( std::istream &  ,
Eigen::Ref< Eigen::VectorX< long double > >  ,
char   
)

◆ read_row_std_vector() [2/2]

template std::vector< float > read_row_std_vector ( std::istream &  ,
char   
)