Can you easily subtract two 2-dimensional arrays in Java? -


an implementation complex formula requires me explode series of strings , values 2 dimensional array. 2 dimensional array of same size (containing same value types) generated dynamically. i'm wondering if easy feat in java subtract 2 matrices without having iterate through them value value?

see commons math library. example:

http://commons.apache.org/proper/commons-math/javadocs/api-3.3/org/apache/commons/math3/linear/array2drowrealmatrix.html#subtract(org.apache.commons.math3.linear.array2drowrealmatrix)


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -