Package | Description |
---|---|
JSci.maths | |
JSci.maths.chaos | |
JSci.util |
Modifier and Type | Method and Description |
---|---|
static Complex[] |
ArrayMath.apply(ComplexMapping m,
Complex[] v)
Apply a map to every component of an array.
|
static Complex[][] |
ArrayMath.apply(ComplexMapping m,
Complex[][] v)
Apply a map to every component of an array.
|
ComplexVector |
ComplexVector.mapComponents(ComplexMapping f)
Applies a function on all the vector components.
|
ComplexVector |
Complex3Vector.mapComponents(ComplexMapping f)
Applies a function on all the vector components.
|
ComplexMatrix |
ComplexTridiagonalMatrix.mapElements(ComplexMapping f)
Applies a function on all the matrix elements.
|
ComplexMatrix |
ComplexMatrix.mapElements(ComplexMapping f)
Applies a function on all the matrix elements.
|
ComplexMatrix |
ComplexSquareMatrix.mapElements(ComplexMapping f)
Applies a function on all the matrix elements.
|
ComplexMatrix |
ComplexDiagonalMatrix.mapElements(ComplexMapping f)
Applies a function on all the matrix elements.
|
Modifier and Type | Class and Description |
---|---|
class |
MandelbrotMap
The MandelbrotMap class provides an object that encapsulates the Mandelbrot map.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomMap
This class defines a random map.
|