DivideAndConquer class
Constructors
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
-
combineEigenvectors(
List< Matrix> w1, List<Matrix> w2, Matrix P) → List<Matrix> -
divideAndConquer(
Matrix A) → Eigen -
findPivot(
Matrix T) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
solveSmallEigenProblem(
Matrix T) → Eigen -
toString(
) → String -
A string representation of this object.
inherited
-
tridiagonalize(
Matrix A) → Matrix
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited