Trait modcholesky::ModCholeskySE99[][src]

pub trait ModCholeskySE99<L, E, P> where
    Self: Sized
{ fn mod_cholesky_se99(&self) -> Decomposition<L, E, P> { ... } }
Expand description

Schnabel & Eskow algorithm (1999)

References

  • Semyon Aranovich Gershgorin. Über die Abgrenzung der Eigenwerte einer Matrix. Izv. Akad. Nauk. USSR Otd. Fiz.-Mat. Nauk, 6: 749–754, 1931.
  • Robert B. Schnabel and Elizabeth Eskow. A revised modified Cholesky factorization. SIAM J. Optim. Vol. 9, No. 4, pp. 1135-1148, 1999

Provided methods

Computes the modified Cholesky decomposition with the SE99 algorithm

Implementations on Foreign Types

Computes the modified Cholesky decomposition with the SE99 algorithm

Implementors