FfTree class sealed
A Falcon LDL decomposition tree (in FFT representation).
Every internal node carries the off-diagonal term l10 and two children;
leaves carry a single value (the diagonal entry ||b_i||^2, later normalized
to sigma/||b_i||). Faithful to the nested-list tree of the reference, but
typed.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited