KMatrix template class. More...
#include <strstream>
Include dependency graph for kmatrix_impl.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Kalman |
Classes | |
| class | Kalman::KMatrixContextImpl |
Contains necessary informations to print a formatted KMatrix. More... | |
Functions | |
| 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. | |
| 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. | |
Variables | |
| KMatrixContextImpl * | Kalman::currentMatrixContext = &matrixContexts[0] |
| Refers to the currently selected matrix printing context. | |
KMatrix template class.
1.4.5