7template <
typename T, my_
size_t Size>
24 this->data_[i] = array[i];
T & operator()(Indices... indices)
Definition tensor.h:52
Vector(const Vector &other)
Definition vector.h:16
Vector(Vector &&other) noexcept
Definition vector.h:18
Vector()
Definition vector.h:12
Vector(const T(&array)[Size])
Definition vector.h:20
T & operator()(my_size_t index)
Definition vector.h:29
Vector(T initValue)
Definition vector.h:14
const T & operator()(my_size_t index) const
Definition vector.h:34
#define my_size_t
Size/index type used throughout the library.
Definition config.h:126