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