Struct sprs_ldl::LdlSymbolic [] [src]

pub struct LdlSymbolic { /* fields omitted */ }

Structure to compute and hold a symbolic LDLT decomposition

Methods

impl LdlSymbolic
[src]

Compute the symbolic LDLT of the given matrix

Panics

  • if mat is not symmetric

Compute the symbolic decomposition L D LT = P A PT where P is a permutation matrix.

Using a good permutation matrix can reduce the non-zero count in L, thus making the decomposition and the solves faster.

Panics

  • if mat is not symmetric

The size of the linear system associated with this decomposition

The number of non-zero entries in L

Compute the numerical decomposition of the given matrix.

Trait Implementations

impl Debug for LdlSymbolic
[src]

Formats the value using the given formatter.