/[Apache-SVN]
ViewVC logotype

Revision 723736


Jump to revision: Previous Next
Author: luc
Date: Fri Dec 5 14:05:50 2008 UTC (15 years, 11 months ago)
Changed paths: 20
Log Message:
improved matrix decomposition API.
solving a linear system AX = B is now done by a call like:
  RealVector x = new XyzSolver(new XyzDecomposition(a)).solve(b);

Changed paths

Path Details
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/AbstractEstimator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/estimation/GaussNewtonEstimator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/DecompositionSolver.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/EigenSolver.java added
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/LUSolver.java added
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/QRSolver.java added
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/SingularValueSolver.java added
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.java modified , text changed
Directorycommons/proper/math/trunk/src/site/xdoc/userguide/linear.xml modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/EigenDecompositionImplTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/EigenSolverTest.java added
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/LUDecompositionImplTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/LUSolverTest.java added
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/QRDecompositionImplTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/QRSolverTest.java added
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/RealMatrixImplTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/SingularValueDecompositionImplTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/SingularValueSolverTest.java added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26