scipy.optimize.BFGS.

get_matrix#

BFGS.get_matrix()[源代码]#

返回当前的内部矩阵。

返回:
Mndarray, 形状 (n, n)

包含Hessian矩阵或其逆矩阵(取决于`approx_type`的定义方式)的密集矩阵。