![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <WNS/container/MultiAccessible.hpp>#include <WNS/Assure.hpp>#include <vector>#include <sstream>

Go to the source code of this file.
Namespaces | |
| namespace | wns |
| namespace | wns::container |
Classes | |
| class | wns::container::Matrix< T, N, R > |
| This template class provides a simple N-dimensional "matrix". More... | |
| class | wns::container::wns::container::Matrix< T, 1, R > |
| One dimensional specialization of Matrix. More... | |
Typedefs | |
| typedef wns::container::Matrix < double, 2u > | wns::container::MatrixDouble |
| some often used types | |
Functions | |
| std::ostream & | wns::container::operator<< (std::ostream &os, const wns::container::MatrixDouble &matrix) |
| output methods for matrices | |
Definition in file Matrix.hpp.
1.5.5