Type Definition ndarray::RcArray2

source ·
pub type RcArray2<A> = RcArray<A, Ix2>;
Expand description

two-dimensional shared ownership array