|
template<typename T > |
std::string | capd::printToString (const T &data, int precision, bool fixed=false) |
|
template<typename T > |
TexWriter & | capd::operator<< (TexWriter &o, const T &x) |
|
template<typename T , typename R > |
TexWriter & | capd::operator<< (TexWriter &o, const capd::intervals::Interval< T, R > &x) |
|
template<typename T , filib::RoundingStrategy R, filib::IntervalMode M> |
TexWriter & | capd::operator<< (TexWriter &o, const capd::filib::Interval< T, R, M > &x) |
|
TexWriter & | capd::operator<< (TexWriter &o, const capd::DInterval &x) |
|
template<typename T > |
TexWriter & | capd::operator<< (TexWriter &o, const std::complex< T > &x) |
|
template<typename T , capd::vectalg::__size_type dim> |
TexWriter & | capd::operator<< (TexWriter &o, const capd::vectalg::Vector< T, dim > &x) |
|
TexWriter & | capd::operator<< (TexWriter &o, std::ostream &(*fn)(std::ostream &)) |
|
void | capd::roundUp (std::deque< int > &d) |
| Rounds up parsed number stored in d. More...
|
|