Struct opensrdk_linear_algebra::matrix::bd::BidiagonalMatrix [−][src]
Implementations
d: Diagonal elements. The length must bedimension.e: First superdiagonal or subdiagonal elements. The length must bedimension - 1.
Diagonal elements.
first superdiagonal or subdiagonal elements.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for BidiagonalMatrix<T> where
T: RefUnwindSafe,
impl<T> Send for BidiagonalMatrix<T>
impl<T> Sync for BidiagonalMatrix<T>
impl<T> Unpin for BidiagonalMatrix<T> where
T: Unpin,
impl<T> UnwindSafe for BidiagonalMatrix<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
