#include <iostream>
#include <vector>
#include <string>
#include <sstream>
Go to the source code of this file.
|
template<typename T > |
ostream & | std::operator<< (ostream &os, const Separator< T > &s) |
|
template<typename T > |
ostream & | std::operator<< (ostream &os, const Separator2D< T > &s) |
|
std::vector< double > | ParseListRange (const std::string &str) |
|
template<typename T > |
Separator< T > | Separate (const std::vector< T > &v, const char *const sep) |
|
template<typename T > |
Separator2D< T > | Separate (const std::vector< T > &v, const char *const sep1, const char *const sep2) |
|
void | Update (std::vector< double > &init, const std::vector< double > &res) |
|
std::vector<double> ParseListRange |
( |
const std::string & |
str | ) |
|
|
inline |
template<typename T >
Separator<T> Separate |
( |
const std::vector< T > & |
v, |
|
|
const char *const |
sep |
|
) |
| |
|
inline |
template<typename T >
Separator2D<T> Separate |
( |
const std::vector< T > & |
v, |
|
|
const char *const |
sep1, |
|
|
const char *const |
sep2 |
|
) |
| |
|
inline |
void Update |
( |
std::vector< double > & |
init, |
|
|
const std::vector< double > & |
res |
|
) |
| |
|
inline |