#include <mlInitSystemML.h>
#include <mlPrintTemplateErrors.h>
#include <ThirdPartyWarningsDisable.h>
#include <iostream>
#include <valarray>
#include <numeric>
#include <iterator>
#include <ThirdPartyWarningsRestore.h>
Go to the source code of this file.
|
class | ml::Slice_iter< T > |
| Templated support class for class MatrixTemplate to allow fast element access organisation by slicing This auxiliary class allows the access to matrix elements stored in an valarray by std::... algorithms using the itterator programming model. More...
|
|
class | ml::Cslice_iter< T > |
| Templated support class for class MatrixTemplate to allow fast element access organisation by slicing using const references This auxiliary class allows the access to matrix elements stored in an valarray by std::... algorithms using the itterator programming model. More...
|
|
class | ml::MatrixTemplate< T > |
| MatricTemplate implements general Matrix class based on valarray of objects with Template class type for nummeric calculations with dynamic size More...
|
|
class | ml::MatrixSizedTemplate< T, SIZE_X, SIZE_Y > |
| general Matrix class based on MatrixTemplate<T> to allow fixed size setting with object declaration. More...
|
|
|
namespace | ml |
| Main documentation file for ML users and developers.
|
|