org.ojalgo.matrix.decomposition
Class SingularValueDecomposition.RotateRight<N extends Number>

java.lang.Object
  extended by org.ojalgo.matrix.decomposition.SingularValueDecomposition.RotateRight<N>
All Implemented Interfaces:
Callable<PhysicalStore<N>>
Enclosing class:
SingularValueDecomposition<N extends Number & Comparable<N>>

public static final class SingularValueDecomposition.RotateRight<N extends Number>
extends Object
implements Callable<PhysicalStore<N>>


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

Method Detail

call

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