MultilaterationFunction class
- Inheritance
-
- Object
- LMAFunction
- MultilaterationFunction
Constructors
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 parametersoverride -
computeInitialGuess(
List< Beacon> beacons) → Vector -
override
-
computeJacobian(
Vector v) → Matrix -
Computes the Jacobian matrix using the content of
v
as parametersoverride -
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