标签: java matrix apache-commons-math
目前正在将部分Matlab Code转换为Java w/ the Apache Commons library。
Matlab Code
Java w/ the Apache Commons library
我如何反转complex matrix?我在矩阵上创建LUDecomposition object并调用getSolver()的常用方法似乎不起作用,解算器不接受Field Matrices。
complex matrix
LUDecomposition object
getSolver()
Field Matrices