| Darwin Neuroevolution Framework
    | 
A 2d array slice (zero-based index, known size) More...
#include <matrix.h>
| Public Member Functions | |
| ArrayView (T *array, size_t size) | |
| Constructs an array view. | |
| T & | operator[] (size_t index) const | 
| Indexed element access. | |
| size_t | size () const | 
| The count of elements in the array view. | |
A 2d array slice (zero-based index, known size)
 1.8.14
 1.8.14