|
Neural Network
Generic Neural Network for Classification
|
represents a vector padding is to make sure that matrix and vector both have the same byte size and allignment between matrix and vector they are able to be casted into one another More...
#include <linalg.h>

Public Attributes | |
| size_t | size |
| the number of elements in the vector | |
| size_t | padding |
| unused value but important as padding | |
| double | data [] |
| the elements of the vector | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const _vector &vector) |
represents a vector padding is to make sure that matrix and vector both have the same byte size and allignment between matrix and vector they are able to be casted into one another
1.8.11