Parallel Colt 0.9.4

Uses of Interface
cern.colt.function.tdcomplex.DComplexRealFunction

Packages that use DComplexRealFunction
cern.colt.matrix.tdcomplex Matrix interfaces and factories holding elements of dcomplex data type. 
cern.colt.matrix.tdcomplex.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of dcomplex data type. 
cern.jet.math.tdcomplex Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on dcomplex data type. 
 

Uses of DComplexRealFunction in cern.colt.matrix.tdcomplex
 

Methods in cern.colt.matrix.tdcomplex with parameters of type DComplexRealFunction
 DComplexMatrix3D DComplexMatrix3D.assign(DComplexRealFunction function)
          Assigns the result of a function to the real part of the receiver.
 DComplexMatrix2D DComplexMatrix2D.assign(DComplexRealFunction f)
          Assigns the result of a function to the real part of the receiver.
 DComplexMatrix1D DComplexMatrix1D.assign(DComplexRealFunction f)
          Assigns the result of a function to the real part of the receiver.
 

Uses of DComplexRealFunction in cern.colt.matrix.tdcomplex.impl
 

Methods in cern.colt.matrix.tdcomplex.impl with parameters of type DComplexRealFunction
 DComplexMatrix3D DenseDComplexMatrix3D.assign(DComplexRealFunction function)
           
 DComplexMatrix2D DenseDComplexMatrix2D.assign(DComplexRealFunction function)
           
 DComplexMatrix1D DenseDComplexMatrix1D.assign(DComplexRealFunction function)
           
 DComplexMatrix2D DenseColumnDComplexMatrix2D.assign(DComplexRealFunction function)
           
 

Uses of DComplexRealFunction in cern.jet.math.tdcomplex
 

Fields in cern.jet.math.tdcomplex declared as DComplexRealFunction
static DComplexRealFunction DComplexFunctions.abs
          Unary functions
static DComplexRealFunction DComplexFunctions.arg
           
 

Methods in cern.jet.math.tdcomplex that return DComplexRealFunction
static DComplexRealFunction DComplexFunctions.equals(double[] y)
           
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage