peroxide
0.39.3
Conv
ToMat
Required Methods
to_col
to_row
Implementations on Foreign Types
Vec<f64>
Implementors
In peroxide::
traits::
sugar
peroxide
::
traits
::
sugar
Trait
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
§