Type Definition diffgeom::tensors::Joined [] [src]

type Joined<T, U> = <T as Concat<U>>::Output;

Helper type for variance concatenation.