This is an automated email from the ASF dual-hosted git repository.

erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git.


    from 8afd815  Typo (Javadoc).
     new 456de1b  MATH-1601: Simplified and more robust API.
     new 536ee3f  MATH-1598: Class is not used anymore within "Commons Math".

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../linear/RectangularCholeskyDecomposition.java   |   2 +-
 .../random/CorrelatedRandomVectorGenerator.java    | 184 ------------------
 .../legacy/random/CorrelatedVectorFactory.java     | 163 ++++++++++++++++
 .../legacy/random/UniformRandomGenerator.java      |  58 ------
 .../CorrelatedRandomVectorGeneratorTest.java       | 208 ---------------------
 .../legacy/random/CorrelatedVectorFactoryTest.java | 172 +++++++++++++++++
 .../legacy/random/UniformRandomGeneratorTest.java  |  40 ----
 .../GLSMultipleLinearRegressionTest.java           |  38 +---
 8 files changed, 346 insertions(+), 519 deletions(-)
 delete mode 100644 
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/CorrelatedRandomVectorGenerator.java
 create mode 100644 
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/CorrelatedVectorFactory.java
 delete mode 100644 
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/UniformRandomGenerator.java
 delete mode 100644 
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/random/CorrelatedRandomVectorGeneratorTest.java
 create mode 100644 
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/random/CorrelatedVectorFactoryTest.java
 delete mode 100644 
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/random/UniformRandomGeneratorTest.java

Reply via email to