cobyqa.models.Quadratic.solve_systems#
- static Quadratic.solve_systems(interpolation, rhs)[source]#
Solve the interpolation systems.
- Parameters:
- interpolation
cobyqa.models.Interpolation Interpolation set.
- rhs
numpy.ndarray, shape (npt + n + 1, m) Right-hand side vectors of the
minterpolation systems.
- interpolation
- Returns:
numpy.ndarray, shape (npt + n + 1, m)Solutions of the interpolation systems.
numpy.ndarray, shape (m, )Whether the interpolation systems are ill-conditioned.
- Raises:
numpy.linalg.LinAlgErrorIf the interpolation systems are ill-defined.