peroxide
0.39.0
Conv
ToMat
Required Methods
to_col
to_row
Implementations on Foreign Types
Vec<f64>
Implementors
In peroxide::
traits::
sugar
Trait
peroxide
::
traits
::
sugar
::
ConvToMat
Copy item path
source
·
[
−
]
pub trait ConvToMat { // Required methods fn
to_col
(&self) ->
Matrix
;
fn
to_row
(&self) ->
Matrix
; }
Required Methods
§
source
fn
to_col
(&self) ->
Matrix
source
fn
to_row
(&self) ->
Matrix
Implementations on Foreign Types
§
source
§
impl
ConvToMat
for
Vec
<
f64
>
source
§
fn
to_col
(&self) ->
Matrix
source
§
fn
to_row
(&self) ->
Matrix
Implementors
§