Shortcuts

Typedef ripple::Vec1d

Typedef Documentation

template<typename T, typename Layout = ContiguousOwned>
using ripple::Vec1d = VecImpl<T, Num<1>, Layout>

Defines an alias to create a contiguous 1D vector of type T.

Template Parameters
  • T: The type of the data for the vector.

  • Layout: The layout for the vector.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples