Type Alias TwoForm

Source
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 */ }