|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComplexMapping | |
---|---|
JSci.maths | |
JSci.maths.chaos | |
JSci.util |
Uses of ComplexMapping in JSci.maths |
---|
Methods in JSci.maths with parameters of type ComplexMapping | |
---|---|
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 |
Complex3Vector.mapComponents(ComplexMapping f)
Applies a function on all the vector components. |
ComplexVector |
ComplexVector.mapComponents(ComplexMapping f)
Applies a function on all the vector components. |
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. |
ComplexMatrix |
ComplexTridiagonalMatrix.mapElements(ComplexMapping f)
Applies a function on all the matrix elements. |
Uses of ComplexMapping in JSci.maths.chaos |
---|
Classes in JSci.maths.chaos that implement ComplexMapping | |
---|---|
class |
MandelbrotMap
The MandelbrotMap class provides an object that encapsulates the Mandelbrot map. |
Uses of ComplexMapping in JSci.util |
---|
Classes in JSci.util that implement ComplexMapping | |
---|---|
class |
RandomMap
This class defines a random map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |