pub type TwoForm<T> = Tensor<T, (CovariantIndex, CovariantIndex)>;
Expand description
A bilinear form type (rank 2 doubly covariant tensor)
Aliased Typeยง
pub struct TwoForm<T> { /* private fields */ }
pub type TwoForm<T> = Tensor<T, (CovariantIndex, CovariantIndex)>;
A bilinear form type (rank 2 doubly covariant tensor)
pub struct TwoForm<T> { /* private fields */ }