Hipparchus-Math / hipparchus

An efficient, general-purpose mathematics components library in the Java programming language
Apache License 2.0
142 stars 41 forks source link

[Feature] Create EigenDecomposition for Complex FieldMatirx #174

Open axkr opened 2 years ago

axkr commented 2 years ago

Can you please create EigenDecomposition's for `FieldMatirx

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.

axkr commented 1 year ago

See #248