Package minimise :: Package hessian_mods :: Module gmw81_old
[hide private]
[frames] | no frames]

Module gmw81_old

source code

Functions [hide private]
 
gmw_old(dfk, d2fk, I, n, mach_acc, print_prefix, print_flag, return_matrix=0)
Modified Cholesky Hessian modification.
source code

Imports: eigenvectors, inverse, Float64, array, dot, matrixmultiply, sort, sqrt, transpose


Function Details [hide private]

gmw_old(dfk, d2fk, I, n, mach_acc, print_prefix, print_flag, return_matrix=0)

source code 

Modified Cholesky Hessian modification.

Algorithm 6.5 from page 148.

Somehow the data structures l, d, and c can be stored in d2fk!