#include <vector>
#include "kalman/kvector.hpp"
#include "kalman/kmatrix.hpp"
Include dependency graph for kstatics.cpp:
Namespaces | |
namespace | std |
Functions | |
KVectorContext | Kalman::createKVectorContext (std::string elemDelim=" ", std::string startDelim="", std::string endDelim="", unsigned prec=4) |
Creates a vector printing context. | |
KVectorContext | Kalman::selectKVectorContext (KVectorContext c) |
Selects a vector printing context as the current context. | |
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. |