MultilaterationFunction class

Inheritance

Constructors

MultilaterationFunction()

Properties

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

Methods

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

Operators

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