LMAFunction class abstract

Abstract class for a to-be-optimized function.

Implementers

Constructors

LMAFunction()

Properties

hashCode int
The hash code for this object.
no setterinherited
parameters ↔ Matrix
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

adjustParameters(List<Beacon> beacons) → void
compute(Vector v) → Vector
Computes the values of the function using the content of v as parameters
computeInitialGuess(List<Beacon> beacons) → Vector
computeJacobian(Vector v) → Matrix
Computes the Jacobian matrix using the content of v as parameters
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
numFunctions() int
Returns the number of instances of this function
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited