scipy.optimize.BFGS.

get_matrix#

BFGS.get_matrix()[source]#

返回当前内部矩阵。

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

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