Open axkr opened 2 years ago
Can you please create EigenDecomposition's for `FieldMatirx
EigenDecomposition
Can you also introduce a constructor for
public OrderedComplexEigenDecomposition(final FieldMatrix<Complex> matrix, ...)
parameter?
Complex eigenvalues can be sorted descending by their "absolute value" for example.
See #248
Can you please create
EigenDecomposition
's for `FieldMatirxCan you also introduce a constructor for
parameter?
Complex eigenvalues can be sorted descending by their "absolute value" for example.