Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LU ¶
func LU(A *matrix.Matrix) (*permutation.Permutation, error)
LU LU decomp See Golub & Van Loan, Matrix Computations, Algorithm 3.4.1 (Gauss Elimination with Partial Pivoting).
Types ¶
This section is empty.