SchurDecomposition class
Properties
-
checkMatrix
→ Matrix
-
Checks the decomposition by reconstructing the original matrix.
Returns the reconstructed matrix as Q * A * Q.transpose().
no setteroverride
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isOrthogonalMatrix
→ bool
-
Checks if Q is an orthogonal matrix.
no setter
-
Q
→ Matrix
-
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
T
→ Matrix
-
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
solve(Matrix b)
→ Matrix
-
Solves a linear equation system Ax = b using the Schur decomposition of A.
override
-
toString()
→ String
-
A string representation of this object.
override