pub type Covector<T> = Tensor<T, CovariantIndex>;Expand description
A covector type (rank 1 covariant tensor)
Aliased Typeยง
pub struct Covector<T> { /* private fields */ }pub type Covector<T> = Tensor<T, CovariantIndex>;A covector type (rank 1 covariant tensor)
pub struct Covector<T> { /* private fields */ }