|
| KMatrixContext | Kalman::createKMatrixContext (std::string elemDelim=" ", std::string rowDelim="\n", std::string startDelim="", std::string endDelim="", unsigned prec=4) |
| | Creates a matrix printing context. More...
|
| |
| template<typename T , K_UINT_32 BEG, bool DBG> |
| std::ostream & | Kalman::operator<< (std::ostream &os, const KMatrix< T, BEG, DBG > &M) |
| | Writes a matrix to a stream. More...
|
| |
| template<typename T , K_UINT_32 BEG, bool DBG> |
| std::istream & | Kalman::operator>> (std::istream &is, KMatrix< T, BEG, DBG > &M) |
| | Reads a matrix from a stream. More...
|
| |
| KMatrixContext | Kalman::selectKMatrixContext (KMatrixContext c) |
| | Selects a matrix printing context as the current context. More...
|
| |
Contains the interface of the KMatrix template class.
Definition in file kmatrix.hpp.