Type Alias Vector

Source
pub type Vector<T> = Tensor<T, ContravariantIndex>;
Expand description

A vector type (rank 1 contravariant tensor)

Aliased Typeยง

pub struct Vector<T> { /* private fields */ }