Class SmartRotatorUpdate

java.lang.Object
org.ejml.dense.row.decomposition.svd.SmartRotatorUpdate

public class SmartRotatorUpdate
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    SmartRotatorUpdate()  
  • Method Summary

    Modifier and Type Method Description
    org.ejml.data.DMatrixRMaj getR()  
    void init​(org.ejml.data.DMatrixRMaj R)  
    void update​(int rowA, int rowB, double c, double s)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getR

      public org.ejml.data.DMatrixRMaj getR()
    • init

      public void init​(org.ejml.data.DMatrixRMaj R)
    • update

      public void update​(int rowA, int rowB, double c, double s)