Class SmartRotatorUpdate


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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • SmartRotatorUpdate

        public SmartRotatorUpdate()
    • Method Detail

      • 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)