remora::vector< T, Tag > Class Template Reference

A dense vector of values of type T. More...

#include <shark/LinAlg/BLAS/vector.hpp>

Detailed Description

template<class T, class Tag = cpu_tag>
class remora::vector< T, Tag >

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.


The documentation for this class was generated from the following file: