Class ModelFunctionJacobian

    • Constructor Detail

      • ModelFunctionJacobian

        public ModelFunctionJacobian​(MultivariateMatrixFunction j)
        Deprecated.
        Parameters:
        j - Jacobian of the model function to be optimized.
    • Method Detail

      • getModelFunctionJacobian

        public MultivariateMatrixFunction getModelFunctionJacobian()
        Deprecated.
        Gets the Jacobian of the model function to be optimized.
        Returns:
        the model function Jacobian.