|
std::ostream & | atlas::lietype::operator<< (std::ostream &strm, const SimpleLieType &slt) |
|
std::ostream & | atlas::lietype::operator<< (std::ostream &strm, const LieType <) |
|
std::ostream & | atlas::lietype::operator<< (std::ostream &strm, const InnerClassType &ict) |
|
std::ostream & | atlas::weyl::operator<< (std::ostream &strm, const WeylWord &w) |
|
template<typename C > |
std::ostream & | atlas::matrix::operator<< (std::ostream &strm, const Vector< C > &v) |
|
template<typename C > |
std::ostream & | atlas::polynomials::operator<< (std::ostream &strm, const Polynomial< C > &P) |
|
std::ostream & | atlas::ratvec::operator<< (std::ostream &strm, const RatWeight &w) |
|
template<size_t d> |
std::ostream & | atlas::bitset::operator<< (std::ostream &strm, const BitSet< d > &b) |
|
template<size_t dim> |
std::ostream & | atlas::bitvector::operator<< (std::ostream &strm, const BitVector< dim > &v) |
|
std::ostream & | atlas::arithmetic::operator<< (std::ostream &strm, const Split_integer &s) |
|
template<typename I > |
std::ostream & | atlas::basic_io::seqPrint (std::ostream &, const I &, const I &, const char *sep=",", const char *pre="", const char *post="") |
|
template<unsigned int n> |
unsigned long long | atlas::basic_io::read_bytes (std::istream &in) |
|
template<unsigned int n> |
void | atlas::basic_io::write_bytes (unsigned long long val, std::ostream &out) |
|
unsigned long long | atlas::basic_io::read_var_bytes (unsigned int n, std::istream &in) |
|
void | atlas::basic_io::put_int (unsigned int val, std::ostream &out) |
|
void | atlas::basic_io::write_bytes (unsigned int n, unsigned long long val, std::ostream &out) |
|