public class NumericComposite<T extends NumericType<T>> extends AbstractNumericComposite<T,NumericComposite<T>>
NumericType
scalars. It is a NumericType
itself, implementing the NumericType
algebra as element-wise
operations.Modifier and Type | Class and Description |
---|---|
static class |
NumericComposite.Factory<T extends NumericType<T>> |
iterator, length
d, sourceAccess
Constructor and Description |
---|
NumericComposite(RandomAccess<T> sourceAccess,
int length) |
Modifier and Type | Method and Description |
---|---|
NumericComposite<T> |
copy()
|
NumericComposite<T> |
createVariable()
Generates a 1D
ArrayImg <T> |
add, div, iterator, mul, mul, mul, pow, pow, set, setOne, setZero, sub, valueEquals
get
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public NumericComposite(RandomAccess<T> sourceAccess, int length)
public NumericComposite<T> createVariable()
ArrayImg
<T>Type
variablepublic NumericComposite<T> copy()
Type
Type
variableCopyright © 2015–2022 ImgLib2. All rights reserved.