Type Alias Covector

Source
pub type Covector<T> = Tensor<T, CovariantIndex>;
Expand description

A covector type (rank 1 covariant tensor)

Aliased Typeยง

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