☰
Type Definition Array2
Trait Implementations
From<Vec<V, Global>>
Other items in
ndarray
All crates
?
Type Definition
ndarray
::
Array2
[
−
]
[src]
type Array2<A> =
Array
<A,
Ix2
>;
Expand description
two-dimensional array
Trait Implementations
impl<A, V>
From
<
Vec
<V,
Global
>> for
Array2
<A>
where
V:
FixedInitializer
<Elem = A>,
[src]
fn
from
(xs:
Vec
<V>) -> Self
[src]
Performs the conversion.