\(\renewcommand\AA{\unicode{x212B}}\)

Jacobian

This is a Python binding to the C++ class Mantid::API::Jacobian.

class mantid.api.Jacobian
get((Jacobian)self, (int)iy, (int)ip) float :

Return the given element of the Jacobian matrix where iy=index of data point, ip=index of parameter.

set((Jacobian)self, (int)iy, (int)ip, (float)value) None :

Set an element of the Jacobian matrix where iy=index of data point, ip=index of parameter.