org.ojalgo.matrix.decomposition
Class DecompositionStore.ExchangeColumnsCaller<N extends Number>

java.lang.Object
  extended by org.ojalgo.matrix.decomposition.DecompositionStore.ExchangeColumnsCaller<N>
All Implemented Interfaces:
Callable<DecompositionStore<N>>
Enclosing interface:
DecompositionStore<N extends Number>

public static final class DecompositionStore.ExchangeColumnsCaller<N extends Number>
extends Object
implements Callable<DecompositionStore<N>>


Method Summary
 DecompositionStore<N> call()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

call

public DecompositionStore<N> call()
                                          throws Exception
Specified by:
call in interface Callable<DecompositionStore<N extends Number>>
Throws:
Exception