/[Apache-SVN]
ViewVC logotype

Revision 783702


Jump to revision: Previous Next
Author: luc
Date: Thu Jun 11 08:54:02 2009 UTC (14 years, 10 months ago)
Changed paths: 61
Log Message:
renamed RealMatrixImpl, RealVectorImpl, FieldMatrixImpl and FieldVectorImpl
into Array2DRowRealMatrix, ArrayRealVector, Array2DRowFieldMatrix and ArrayFieldVector
as suggested by Sam in http://markmail.org/message/hh37ivxpzaoapekj

Changed paths

Path Details
Directorycommons/proper/math/trunk/findbugs-exclude-filter.xml modified , text changed
Directorycommons/proper/math/trunk/src/experimental/org/apache/commons/math/linear/CholeskySolver.java modified , text changed
Directorycommons/proper/math/trunk/src/experimental/org/apache/commons/math/linear/CholeskySolverTest.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/FunctionEvaluationException.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.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/AbstractFieldMatrix.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/AbstractRealMatrix.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/Array2DRowFieldMatrix.java
(Copied from commons/proper/math/trunk/src/java/org/apache/commons/math/linear/FieldMatrixImpl.java, r783662)
added , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/Array2DRowRealMatrix.java
(Copied from commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealMatrixImpl.java, r783662)
added , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/ArrayFieldVector.java
(Copied from commons/proper/math/trunk/src/java/org/apache/commons/math/linear/FieldVectorImpl.java, r783662)
added , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/ArrayRealVector.java
(Copied from commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java, r783662)
added , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/BigMatrixImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/BlockFieldMatrix.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/BlockRealMatrix.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/CholeskyDecompositionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/EigenDecompositionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/FieldLUDecompositionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/FieldMatrixImpl.java deleted
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/FieldVectorImpl.java deleted
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/LUDecompositionImpl.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/QRDecompositionImpl.java modified , text changed
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/RealVectorFormat.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java deleted
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/LinearConstraint.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/LinearObjectiveFunction.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/optimization/linear/SimplexTableau.java modified , text changed
Directorycommons/proper/math/trunk/src/java/org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.java modified , text changed
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/changes.xml 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/Array2DRowRealMatrixTest.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/linear/RealMatrixImplTest.java, r783662)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/ArrayFieldVectorTest.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/linear/FieldVectorImplTest.java, r783662)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/ArrayRealVectorTest.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/linear/RealVectorImplTest.java, r783662)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/BlockFieldMatrixTest.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/linear/DenseFieldMatrixTest.java, r783678)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/BlockRealMatrixTest.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/linear/DenseRealMatrixTest.java, r783678)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/CholeskySolverTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/DenseFieldMatrixTest.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/DenseRealMatrixTest.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/EigenSolverTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/FieldLUDecompositionImplTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/FieldMatrixImplTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/FieldVectorImplTest.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/LUSolverTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/MatrixUtilsTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/QRSolverTest.java modified , text changed
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/RealVectorFormatAbstractTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/RealVectorImplTest.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/SingularValueSolverTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/SparseFieldMatrixTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/linear/SparseRealMatrixTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/optimization/linear/SimplexSolverTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/stat/correlation/CovarianceTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/stat/regression/OLSMultipleLinearRegressionTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26