pub type ArcTensorDD<Scalar> = ArcTensor<2, 2, 0, Scalar, Scalar, 1, 1>;Expand description
rank-2 tensor of scalars with shape [D0 x D1]
Aliased Type§
pub struct ArcTensorDD<Scalar> {
pub array: ArrayBase<OwnedArcRepr<Scalar>, Dim<[usize; 2]>>,
/* private fields */
}Fields§
§array: ArrayBase<OwnedArcRepr<Scalar>, Dim<[usize; 2]>>ndarray of tensors with shape [D1, D2, …]