public class RealComposite<T extends RealType<T>> extends AbstractNumericComposite<T,RealComposite<T>>
RealType
scalars. It is a NumericType
itself, implementing the NumericType
algebra as element-wise
operations.Modifier and Type | Class and Description |
---|---|
static class |
RealComposite.Factory<T extends RealType<T>> |
iterator, length
d, sourceAccess
Constructor and Description |
---|
RealComposite(RandomAccess<T> sourceAccess,
int length) |
Modifier and Type | Method and Description |
---|---|
RealComposite<T> |
copy()
|
RealComposite<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 RealComposite(RandomAccess<T> sourceAccess, int length)
public RealComposite<T> createVariable()
ArrayImg
<T>Type
variablepublic RealComposite<T> copy()
Type
Type
variableCopyright © 2015–2022 ImgLib2. All rights reserved.