public class EigenValuesSquare<T extends RealType<T>,U extends ComplexType<U>> extends Object implements EigenValues<T,U>
Constructor and Description |
---|
EigenValuesSquare(int nDim) |
Modifier and Type | Method and Description |
---|---|
void |
compute(Composite<T> tensor,
Composite<U> evs) |
EigenValuesSquare<T,U> |
copy() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invalid, oneDimensional, square, square2D, symmetric, symmetric2D
public void compute(Composite<T> tensor, Composite<U> evs)
compute
in interface EigenValues<T extends RealType<T>,U extends ComplexType<U>>
public EigenValuesSquare<T,U> copy()
copy
in interface EigenValues<T extends RealType<T>,U extends ComplexType<U>>
Copyright © 2015–2022 ImgLib2. All rights reserved.