| Package | Description | 
|---|---|
| org.apache.commons.math3.complex | Complex number type and implementations of complex transcendental
     functions. | 
| org.apache.commons.math3.fraction | Fraction number type and fraction number formatting. | 
| org.apache.commons.math3.geometry | 
 This package is the top level package for geometry. | 
| org.apache.commons.math3.geometry.euclidean.oned | 
 This package provides basic 1D geometry components. | 
| org.apache.commons.math3.geometry.euclidean.threed | 
 This package provides basic 3D geometry components. | 
| org.apache.commons.math3.geometry.euclidean.twod | 
 This package provides basic 2D geometry components. | 
| org.apache.commons.math3.random | Random number and random data generators. | 
| Modifier and Type | Method and Description | 
|---|---|
| Complex | ComplexFormat. parse(String source)Parses a string to produce a  Complexobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| Fraction | FractionFormat. parse(String source)Parses a string to produce a  Fractionobject. | 
| BigFraction | BigFractionFormat. parse(String source)Parses a string to produce a  BigFractionobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Vector<S> | VectorFormat. parse(String source)Parses a string to produce a  Vectorobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| Vector1D | Vector1DFormat. parse(String source)Parses a string to produce a  Vectorobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| Vector3D | Vector3DFormat. parse(String source)Parses a string to produce a  Vector3Dobject. | 
| Modifier and Type | Method and Description | 
|---|---|
| Vector2D | Vector2DFormat. parse(String source)Parses a string to produce a  Vectorobject. | 
| Constructor and Description | 
|---|
| SobolSequenceGenerator(int dimension,
                      InputStream is)Construct a new Sobol sequence generator for the given space dimension with
 direction vectors loaded from the given stream. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.