A dense vector of values of type T
.
More...
#include <shark/LinAlg/BLAS/vector.hpp>
A dense vector of values of type T
.
For a \(n\)-dimensional vector \(v\) and \(0\leq i < n\) every element \(v_i\) is mapped to the \(i\)-th element of the container. The tag descripes whether the vector is residing on a cpu or gpu which change its semantics.
Definition at line 41 of file vector.hpp.