KMatrix
template class. More...
#include <vector>
#include <string>
#include <iostream>
#include "kalman/ktypes.hpp"
#include "kalman/kmatrix_impl.hpp"
Include dependency graph for kmatrix.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::KMatrix< T, BEG, DBG > |
Minimalist matrix template class. More... | |
Typedefs | |
typedef unsigned short | Kalman::KMatrixContext |
Handle type to a matrix printing context. | |
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. | |
KMatrixContext | Kalman::createKMatrixContext (std::string elemDelim=" ", std::string rowDelim="\n", std::string startDelim="", std::string endDelim="", unsigned prec=4) |
Creates a matrix printing context. | |
KMatrixContext | Kalman::selectKMatrixContext (KMatrixContext c) |
Selects a matrix printing context as the current context. | |
Variables | |
KMatrixContext | Kalman::DEFAULT_MATRIX_CONTEXT = 0 |
Default matrix printing context object. |
KMatrix
template class.