Declaration of class
Vector (container).
More...
#include <iosfwd>
#include "keyvalue/extern/Vector.h"
#include "keyvalue/value/Matrix.h"
Go to the source code of this file.
Classes | |
class | Vector |
A m x 1 or 1 x n Matrix. More... | |
Namespaces | |
namespace | keyvalue |
All functionalities of KeyValue library are inside this | |
namespace | keyvalue::value |
All KeyValue containers belong to this namespace. | |
Functions | |
::std::ostream & | operator<< (::std::ostream &os, const Vector &vector) |
ostream operator<<() for Vector. |
Declaration of class
Vector (container).