[][src]Trait opensrdk_linear_algebra::matrix::Vector

pub trait Vector<T> where
    T: Number
{ pub fn row_mat(self) -> Matrix<T>;
pub fn col_mat(self) -> Matrix<T>; }

Required methods

pub fn row_mat(self) -> Matrix<T>[src]

pub fn col_mat(self) -> Matrix<T>[src]

Loading content...

Implementations on Foreign Types

impl<T> Vector<T> for Vec<T> where
    T: Number
[src]

Loading content...

Implementors

Loading content...