Crate lufact_sys
Source - ifill_⚠
- Fills an integer array with a given value.
- lsolve_⚠
- Solve lower triangular system.
- ltsolve_⚠
- Solve transpose of lower triangular system.
- lucomp_⚠
- Compute one column of L and U in the dense vector.
- lucopy_⚠
- Copy dense column to sparse structure, pivot, and divide.
- ludfs_⚠
- Depth-first search to allocate storage for U.
- lufact_⚠
- Sparse LU factorization with partial pivoting.
- maxmatch_⚠
- Find maximum matching.
- rfill_⚠
- Fills a real*8 array with a given value.
- usolve_⚠
- Solve upper triangular system.
- utsolve_⚠
- Solve transpose of upper triangular system.