Uses of Class
org.apache.commons.math.util.CompositeFormat

Packages that use CompositeFormat
org.apache.commons.math.complex Complex number type and implementations of complex transcendental functions. 
org.apache.commons.math.geometry This package provides basic 3D geometry components. 
org.apache.commons.math.linear Linear algebra support. 
 

Uses of CompositeFormat in org.apache.commons.math.complex
 

Subclasses of CompositeFormat in org.apache.commons.math.complex
 class ComplexFormat
          Formats a Complex number in cartesian format "Re(c) + Im(c)i".
 

Uses of CompositeFormat in org.apache.commons.math.geometry
 

Subclasses of CompositeFormat in org.apache.commons.math.geometry
 class Vector3DFormat
          Formats a 3D vector in components list format "{x; y; z}".
 

Uses of CompositeFormat in org.apache.commons.math.linear
 

Subclasses of CompositeFormat in org.apache.commons.math.linear
 class RealVectorFormat
          Formats a vector in components list format "{v0; v1; ...; vk-1}".
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.