Parallel Colt 0.7.2

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

Packages that use DComplexProcedure
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 DComplexProcedure in cern.colt.matrix.tdcomplex
 

Methods in cern.colt.matrix.tdcomplex with parameters of type DComplexProcedure
 DComplexMatrix3D DComplexMatrix3D.assign(DComplexProcedure cond, DComplexDComplexFunction f)
          Assigns the result of a function to all cells that satisfy a condition.
 DComplexMatrix2D DComplexMatrix2D.assign(DComplexProcedure cond, DComplexDComplexFunction f)
          Assigns the result of a function to all cells that satisfy a condition.
 DComplexMatrix1D DComplexMatrix1D.assign(DComplexProcedure cond, DComplexDComplexFunction f)
          Assigns the result of a function to all cells that satisfy a condition.
 DComplexMatrix3D DComplexMatrix3D.assign(DComplexProcedure cond, double[] value)
          Assigns a value to all cells that satisfy a condition.
 DComplexMatrix2D DComplexMatrix2D.assign(DComplexProcedure cond, double[] value)
          Assigns a value to all cells that satisfy a condition.
 DComplexMatrix1D DComplexMatrix1D.assign(DComplexProcedure cond, double[] value)
          Assigns a value to all cells that satisfy a condition.
 DComplexMatrix1D DComplexMatrix1D.viewSelection(DComplexProcedure condition)
          Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
 

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

Methods in cern.colt.matrix.tdcomplex.impl with parameters of type DComplexProcedure
 DComplexMatrix3D DenseDComplexMatrix3D.assign(DComplexProcedure cond, DComplexDComplexFunction f)
           
 DComplexMatrix2D DenseDComplexMatrix2D.assign(DComplexProcedure cond, DComplexDComplexFunction function)
           
 DComplexMatrix1D DenseDComplexMatrix1D.assign(DComplexProcedure cond, DComplexDComplexFunction function)
           
 DComplexMatrix3D DenseDComplexMatrix3D.assign(DComplexProcedure cond, double[] value)
           
 DComplexMatrix2D DenseDComplexMatrix2D.assign(DComplexProcedure cond, double[] value)
           
 DComplexMatrix1D DenseDComplexMatrix1D.assign(DComplexProcedure cond, double[] value)
           
 

Uses of DComplexProcedure in cern.jet.math.tdcomplex
 

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


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage