3

Currently in the process of converting some Matlab Code over to Java w/ the Apache Commons library.

How would I go about inverting a complex matrix? My usual method of creating a LUDecomposition object on the matrix and calling getSolver() doesn't seem to work, the Solver doesn't accept Field Matrices.

koekenbakker
  • 3,524
  • 2
  • 21
  • 30
Amrik Sadhra
  • 75
  • 1
  • 3
  • Try FieldLUDecomposition https://commons.apache.org/proper/commons-math/javadocs/api-3.1/org/apache/commons/math3/linear/FieldLUDecomposition.html – WillShackleford Aug 27 '15 at 12:13

0 Answers0