Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexFormat
Formats a Complex number in cartesian format "Re(c) + Im(c)i".
|
Modifier and Type | Class and Description |
---|---|
class |
Vector3DFormat
Formats a 3D vector in components list format "{x; y; z}".
|
Modifier and Type | Class and Description |
---|---|
class |
RealVectorFormat
Formats a vector in components list format "{v0; v1; ...; vk-1}".
|
Copyright © 2003–2016. All rights reserved.