|
| KVectorContext | Kalman::createKVectorContext (std::string elemDelim=" ", std::string startDelim="", std::string endDelim="", unsigned prec=4) |
| | Creates a vector printing context. More...
|
| |
| template<typename T , K_UINT_32 BEG, bool DBG> |
| std::ostream & | Kalman::operator<< (std::ostream &os, const KVector< T, BEG, DBG > &v) |
| | Writes a vector to a stream. More...
|
| |
| template<typename T , K_UINT_32 BEG, bool DBG> |
| std::istream & | Kalman::operator>> (std::istream &is, KVector< T, BEG, DBG > &v) |
| | Reads a vector from a stream. More...
|
| |
| KVectorContext | Kalman::selectKVectorContext (KVectorContext c) |
| | Selects a vector printing context as the current context. More...
|
| |
Contains the interface of the KVector template class.
Definition in file kvector.hpp.