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

pub trait Vector<U: Number> {
    fn to_row_vector(&self) -> Matrix<Standard, U>;
fn to_column_vector(&self) -> Matrix<Standard, U>; }

Required methods

fn to_row_vector(&self) -> Matrix<Standard, U>

fn to_column_vector(&self) -> Matrix<Standard, U>

Loading content...

Implementations on Foreign Types

impl<U: Number> Vector<U> for [U][src]

Loading content...

Implementors

Loading content...