Documentation ¶
Overview ¶
Package cgo provides an interface to bindings for a C LAPACK library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Implementation ¶
type Implementation struct{}
Implementation is the cgo-based C implementation of LAPACK routines.
func (Implementation) Dpotrf ¶
Dpotrf 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 U^T 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 is returned. This is the blocked version of the algorithm.
Click to show internal directories.
Click to hide internal directories.