Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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,
DComplexDComplexFunction f)
Assigns the result of a function 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.
|
DComplexMatrix3D |
DComplexMatrix3D.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.
|
Modifier and Type | Method and Description |
---|---|
DComplexMatrix3D |
DenseDComplexMatrix3D.assign(DComplexProcedure cond,
DComplexDComplexFunction f) |
DComplexMatrix2D |
DenseColumnDComplexMatrix2D.assign(DComplexProcedure cond,
DComplexDComplexFunction function) |
DComplexMatrix1D |
DenseDComplexMatrix1D.assign(DComplexProcedure cond,
DComplexDComplexFunction function) |
DComplexMatrix2D |
DenseDComplexMatrix2D.assign(DComplexProcedure cond,
DComplexDComplexFunction function) |
DComplexMatrix3D |
DenseDComplexMatrix3D.assign(DComplexProcedure cond,
double[] value) |
DComplexMatrix2D |
DenseColumnDComplexMatrix2D.assign(DComplexProcedure cond,
double[] value) |
DComplexMatrix1D |
DenseDComplexMatrix1D.assign(DComplexProcedure cond,
double[] value) |
DComplexMatrix2D |
DenseDComplexMatrix2D.assign(DComplexProcedure cond,
double[] value) |
Modifier and Type | Method and Description |
---|---|
static DComplexProcedure |
DComplexFunctions.isEqual(double[] y) |
Jump to the Parallel Colt Homepage