var data = new double[][] { new double[] { 2, 1 }, new double[] { 3, -2 } }; RealMatrix m = MatrixUtils.createRealMatrix(data); Throws a TypeInitializationException. Something regards the instance is readonly It's very simple but? Thanks
Throws a TypeInitializationException. Something regards the instance is readonly
It's very simple but?
Thanks