Struct opensrdk_linear_algebra::matrix::to::ToeplitzMatrix
source · [−]Implementations
col_elems: First column elements. The length must bedimension.row_elems: First roe elements without first element. The length must bedimension - 1.
First column elements.
First row elements.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<T> RefUnwindSafe for ToeplitzMatrix<T> where
T: RefUnwindSafe,
impl<T> Send for ToeplitzMatrix<T>
impl<T> Sync for ToeplitzMatrix<T>
impl<T> Unpin for ToeplitzMatrix<T> where
T: Unpin,
impl<T> UnwindSafe for ToeplitzMatrix<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more