Struct opensrdk_linear_algebra::matrix::bd::BidiagonalMatrix [−][src]
Implementations
Solve equation
with matrix decomposed by pttrf
Ax = b
return x
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