Options
All
  • Public
  • Public/Protected
  • All
Menu

Base class for least square problem

Hierarchy

Index

Methods

size

  • size of the problem ie size of target vector

    Returns Size

targetAndValue

  • targetAndValue(x: Real[], target: Real[], fct2fit: Real[]): void
  • compute the target vector and the values of the function to fit

    Parameters

    Returns void

targetValueAndGradient

  • targetValueAndGradient(x: Real[], grad_fct2fit: Matrix, target: Real[], fct2fit: Real[]): void
  • compute the target vector, the values of the function to fit and the matrix of derivatives

    Parameters

    Returns void