Trait linfa_linalg::qr::QRInto
source · pub trait QRInto {
type Decomp;
// Required method
fn qr_into(self) -> Result<Self::Decomp>;
}
Expand description
QR decomposition for matrix by value
pub trait QRInto {
type Decomp;
// Required method
fn qr_into(self) -> Result<Self::Decomp>;
}
QR decomposition for matrix by value