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

pub trait Vector<T: Number> {
    fn to_row_vector(self) -> Matrix<T>;
fn to_column_vector(self) -> Matrix<T>; }

Required methods

fn to_row_vector(self) -> Matrix<T>

fn to_column_vector(self) -> Matrix<T>

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...