Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA731F7BC for ; Sun, 7 Apr 2013 00:24:44 +0000 (UTC) Received: (qmail 90427 invoked by uid 500); 7 Apr 2013 00:24:44 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 90355 invoked by uid 500); 7 Apr 2013 00:24:44 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 90348 invoked by uid 99); 7 Apr 2013 00:24:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Apr 2013 00:24:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Apr 2013 00:24:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 414FF2388C36 for ; Sun, 7 Apr 2013 00:23:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r857562 [17/45] - in /websites/production/commons/content/proper/commons-math/testapidocs: ./ org/apache/commons/math3/ org/apache/commons/math3/analysis/ org/apache/commons/math3/analysis/class-use/ org/apache/commons/math3/analysis/differ... Date: Sun, 07 Apr 2013 00:21:48 -0000 To: commits@commons.apache.org From: luc@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130407002319.414FF2388C36@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/FieldVector3DTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/FieldVector3DTest.html (added) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/FieldVector3DTest.html Sun Apr 7 00:21:30 2013 @@ -0,0 +1,839 @@ + + + + + + +FieldVector3DTest (Commons Math 3.2 Test API) + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.commons.math3.geometry.euclidean.threed +
+Class FieldVector3DTest

+
+java.lang.Object
+  extended by org.apache.commons.math3.geometry.euclidean.threed.FieldVector3DTest
+
+
+
+
public class FieldVector3DTest
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
FieldVector3DTest() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidtestAccurateCrossProduct() + +
+           
+ voidtestAccurateDotProduct() + +
+           
+ voidtestAdd() + +
+           
+ voidtestAngle() + +
+           
+ voidtestAngular() + +
+           
+ voidtestAngularSeparation() + +
+           
+ voidtestConstructors() + +
+           
+ voidtestCoordinates() + +
+           
+ voidtestCrossProduct() + +
+           
+ voidtestCrossProductCancellation() + +
+           
+ voidtestDistance() + +
+           
+ voidtestDistance1() + +
+           
+ voidtestDistanceInf() + +
+           
+ voidtestDistanceSq() + +
+           
+ voidtestDotProduct() + +
+           
+ voidtestEquals() + +
+           
+ voidtestHash() + +
+           
+ voidtestInfinite() + +
+           
+ voidtestNaN() + +
+           
+ voidtestNegate() + +
+           
+ voidtestNorm() + +
+           
+ voidtestNorm1() + +
+           
+ voidtestNormalize() + +
+           
+ voidtestNormInf() + +
+           
+ voidtestNormSq() + +
+           
+ voidtestOrthogonal() + +
+           
+ voidtestScalarProduct() + +
+           
+ voidtestSubtract() + +
+           
+ voidtestToString() + +
+           
+ voidtestVectorialProducts() + +
+           
+ voidtestWrongDimension() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+FieldVector3DTest

+
+public FieldVector3DTest()
+
+
+ + + + + + + + +
+Method Detail
+ +

+testConstructors

+
+public void testConstructors()
+                      throws DimensionMismatchException
+
+
+ +
Throws: +
DimensionMismatchException
+
+
+
+ +

+testEquals

+
+public void testEquals()
+
+
+
+
+
+
+ +

+testHash

+
+public void testHash()
+
+
+
+
+
+
+ +

+testInfinite

+
+public void testInfinite()
+
+
+
+
+
+
+ +

+testNaN

+
+public void testNaN()
+
+
+
+
+
+
+ +

+testToString

+
+public void testToString()
+
+
+
+
+
+
+ +

+testWrongDimension

+
+public void testWrongDimension()
+                        throws DimensionMismatchException
+
+
+ +
Throws: +
DimensionMismatchException
+
+
+
+ +

+testCoordinates

+
+public void testCoordinates()
+
+
+
+
+
+
+ +

+testNorm1

+
+public void testNorm1()
+
+
+
+
+
+
+ +

+testNorm

+
+public void testNorm()
+
+
+
+
+
+
+ +

+testNormSq

+
+public void testNormSq()
+
+
+
+
+
+
+ +

+testNormInf

+
+public void testNormInf()
+
+
+
+
+
+
+ +

+testDistance1

+
+public void testDistance1()
+
+
+
+
+
+
+ +

+testDistance

+
+public void testDistance()
+
+
+
+
+
+
+ +

+testDistanceSq

+
+public void testDistanceSq()
+
+
+
+
+
+
+ +

+testDistanceInf

+
+public void testDistanceInf()
+
+
+
+
+
+
+ +

+testSubtract

+
+public void testSubtract()
+
+
+
+
+
+
+ +

+testAdd

+
+public void testAdd()
+
+
+
+
+
+
+ +

+testScalarProduct

+
+public void testScalarProduct()
+
+
+
+
+
+
+ +

+testVectorialProducts

+
+public void testVectorialProducts()
+
+
+
+
+
+
+ +

+testCrossProductCancellation

+
+public void testCrossProductCancellation()
+
+
+
+
+
+
+ +

+testAngular

+
+public void testAngular()
+
+
+
+
+
+
+ +

+testAngularSeparation

+
+public void testAngularSeparation()
+                           throws MathArithmeticException
+
+
+ +
Throws: +
MathArithmeticException
+
+
+
+ +

+testNormalize

+
+public void testNormalize()
+                   throws MathArithmeticException
+
+
+ +
Throws: +
MathArithmeticException
+
+
+
+ +

+testNegate

+
+public void testNegate()
+
+
+
+
+
+
+ +

+testOrthogonal

+
+public void testOrthogonal()
+                    throws MathArithmeticException
+
+
+ +
Throws: +
MathArithmeticException
+
+
+
+ +

+testAngle

+
+public void testAngle()
+               throws MathArithmeticException
+
+
+ +
Throws: +
MathArithmeticException
+
+
+
+ +

+testAccurateDotProduct

+
+public void testAccurateDotProduct()
+
+
+
+
+
+
+ +

+testDotProduct

+
+public void testDotProduct()
+
+
+
+
+
+
+ +

+testAccurateCrossProduct

+
+public void testAccurateCrossProduct()
+
+
+
+
+
+
+ +

+testCrossProduct

+
+public void testCrossProduct()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved. + + Propchange: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/FieldVector3DTest.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/FieldVector3DTest.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/FrenchVector3DFormatTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/FrenchVector3DFormatTest.html (original) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/FrenchVector3DFormatTest.html Sun Apr 7 00:21:30 2013 @@ -2,13 +2,11 @@ - -FrenchVector3DFormatTest (Commons Math 3.1.1 Test API) +FrenchVector3DFormatTest (Commons Math 3.2 Test API) - @@ -16,7 +14,7 @@ FrenchVector3DFormatTest (Commons Math 3 function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="FrenchVector3DFormatTest (Commons Math 3.1.1 Test API)"; + parent.document.title="FrenchVector3DFormatTest (Commons Math 3.2 Test API)"; } } @@ -56,7 +54,7 @@ function windowTitle() - PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -253,7 +251,7 @@ protected - PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/LineTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/LineTest.html (original) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/LineTest.html Sun Apr 7 00:21:30 2013 @@ -2,13 +2,11 @@ - -LineTest (Commons Math 3.1.1 Test API) +LineTest (Commons Math 3.2 Test API) - @@ -16,7 +14,7 @@ LineTest (Commons Math 3.1.1 Test API) function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LineTest (Commons Math 3.1.1 Test API)"; + parent.document.title="LineTest (Commons Math 3.2 Test API)"; } } @@ -173,6 +171,14 @@ Class LineTest  void +testRevert() + +
+            + + + + void testSimilar()
@@ -304,6 +310,17 @@ public void MathIllegalArgumentException +
+ +

+testRevert

+
+public void testRevert()
+
+
+
+
+

Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/PlaneTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/PlaneTest.html (original) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/PlaneTest.html Sun Apr 7 00:21:30 2013 @@ -2,13 +2,11 @@ - -PlaneTest (Commons Math 3.1.1 Test API) +PlaneTest (Commons Math 3.2 Test API) - @@ -16,7 +14,7 @@ PlaneTest (Commons Math 3.1.1 Test API) function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PlaneTest (Commons Math 3.1.1 Test API)"; + parent.document.title="PlaneTest (Commons Math 3.2 Test API)"; } } Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSetTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSetTest.html (original) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSetTest.html Sun Apr 7 00:21:30 2013 @@ -2,13 +2,11 @@ - -PolyhedronsSetTest (Commons Math 3.1.1 Test API) +PolyhedronsSetTest (Commons Math 3.2 Test API) - @@ -16,7 +14,7 @@ PolyhedronsSetTest (Commons Math 3.1.1 T function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PolyhedronsSetTest (Commons Math 3.1.1 Test API)"; + parent.document.title="PolyhedronsSetTest (Commons Math 3.2 Test API)"; } } Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/RotationOrderTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/RotationOrderTest.html (original) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/RotationOrderTest.html Sun Apr 7 00:21:30 2013 @@ -2,13 +2,11 @@ - -RotationOrderTest (Commons Math 3.1.1 Test API) +RotationOrderTest (Commons Math 3.2 Test API) - @@ -16,7 +14,7 @@ RotationOrderTest (Commons Math 3.1.1 Te function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RotationOrderTest (Commons Math 3.1.1 Test API)"; + parent.document.title="RotationOrderTest (Commons Math 3.2 Test API)"; } } Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/RotationTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/RotationTest.html (original) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/RotationTest.html Sun Apr 7 00:21:30 2013 @@ -2,13 +2,11 @@ - -RotationTest (Commons Math 3.1.1 Test API) +RotationTest (Commons Math 3.2 Test API) - @@ -16,7 +14,7 @@ RotationTest (Commons Math 3.1.1 Test AP function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="RotationTest (Commons Math 3.1.1 Test API)"; + parent.document.title="RotationTest (Commons Math 3.2 Test API)"; } } @@ -57,7 +55,7 @@ function windowTitle()  PREV CLASS  - NEXT CLASSNEXT CLASS
FRAMES    NO FRAMES   @@ -521,7 +519,7 @@ public void  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   Added: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/SphericalCoordinatesTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/SphericalCoordinatesTest.html (added) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/SphericalCoordinatesTest.html Sun Apr 7 00:21:30 2013 @@ -0,0 +1,379 @@ + + + + + + +SphericalCoordinatesTest (Commons Math 3.2 Test API) + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.commons.math3.geometry.euclidean.threed +
+Class SphericalCoordinatesTest

+
+java.lang.Object
+  extended by org.apache.commons.math3.geometry.euclidean.threed.SphericalCoordinatesTest
+
+
+
+
public class SphericalCoordinatesTest
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SphericalCoordinatesTest() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidtestCoordinatesCtoS() + +
+           
+ voidtestCoordinatesStoC() + +
+           
+ voidtestGradient() + +
+           
+ voidtestHessian() + +
+           
+ voidtestSerialization() + +
+           
+ DerivativeStructurevalueCartesian(DerivativeStructure x, + DerivativeStructure y, + DerivativeStructure z) + +
+           
+ DerivativeStructurevalueSpherical(DerivativeStructure r, + DerivativeStructure theta, + DerivativeStructure phi) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SphericalCoordinatesTest

+
+public SphericalCoordinatesTest()
+
+
+ + + + + + + + +
+Method Detail
+ +

+testCoordinatesStoC

+
+public void testCoordinatesStoC()
+                         throws DimensionMismatchException
+
+
+ +
Throws: +
DimensionMismatchException
+
+
+
+ +

+testCoordinatesCtoS

+
+public void testCoordinatesCtoS()
+                         throws DimensionMismatchException
+
+
+ +
Throws: +
DimensionMismatchException
+
+
+
+ +

+testGradient

+
+public void testGradient()
+
+
+
+
+
+
+ +

+testHessian

+
+public void testHessian()
+
+
+
+
+
+
+ +

+valueCartesian

+
+public DerivativeStructure valueCartesian(DerivativeStructure x,
+                                          DerivativeStructure y,
+                                          DerivativeStructure z)
+
+
+
+
+
+
+ +

+valueSpherical

+
+public DerivativeStructure valueSpherical(DerivativeStructure r,
+                                          DerivativeStructure theta,
+                                          DerivativeStructure phi)
+
+
+
+
+
+
+ +

+testSerialization

+
+public void testSerialization()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved. + + Propchange: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/SphericalCoordinatesTest.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/SphericalCoordinatesTest.html ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/SubLineTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/SubLineTest.html (original) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/SubLineTest.html Sun Apr 7 00:21:30 2013 @@ -2,13 +2,11 @@ - -SubLineTest (Commons Math 3.1.1 Test API) +SubLineTest (Commons Math 3.2 Test API) - @@ -16,7 +14,7 @@ SubLineTest (Commons Math 3.1.1 Test API function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="SubLineTest (Commons Math 3.1.1 Test API)"; + parent.document.title="SubLineTest (Commons Math 3.2 Test API)"; } } @@ -56,7 +54,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -463,7 +461,7 @@ public void PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/Vector3DFormatAbstractTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/Vector3DFormatAbstractTest.html (original) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/Vector3DFormatAbstractTest.html Sun Apr 7 00:21:30 2013 @@ -2,13 +2,11 @@ - -Vector3DFormatAbstractTest (Commons Math 3.1.1 Test API) +Vector3DFormatAbstractTest (Commons Math 3.2 Test API) - @@ -16,7 +14,7 @@ Vector3DFormatAbstractTest (Commons Math function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Vector3DFormatAbstractTest (Commons Math 3.1.1 Test API)"; + parent.document.title="Vector3DFormatAbstractTest (Commons Math 3.2 Test API)"; } } Modified: websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/Vector3DFormatTest.html ============================================================================== --- websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/Vector3DFormatTest.html (original) +++ websites/production/commons/content/proper/commons-math/testapidocs/org/apache/commons/math3/geometry/euclidean/threed/Vector3DFormatTest.html Sun Apr 7 00:21:30 2013 @@ -2,13 +2,11 @@ - -Vector3DFormatTest (Commons Math 3.1.1 Test API) +Vector3DFormatTest (Commons Math 3.2 Test API) - @@ -16,7 +14,7 @@ Vector3DFormatTest (Commons Math 3.1.1 T function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Vector3DFormatTest (Commons Math 3.1.1 Test API)"; + parent.document.title="Vector3DFormatTest (Commons Math 3.2 Test API)"; } }