mirror of
https://github.com/gonum/gonum.git
synced 2025-11-02 11:24:13 +08:00
native: fix Dpotf2 doc comment
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
"github.com/gonum/blas/blas64"
|
||||
)
|
||||
|
||||
// Dpotrf computes the cholesky decomposition of the symmetric positive definite
|
||||
// Dpotf2 computes the cholesky decomposition of the symmetric positive definite
|
||||
// matrix a. If ul == blas.Upper, then a is stored as an upper-triangular matrix,
|
||||
// and a = U^T U is stored in place into a. If ul == blas.Lower, then a = L L^T
|
||||
// is computed and stored in-place into a. If a is not positive definite, false
|
||||
|
||||
Reference in New Issue
Block a user