Class Rotation.Generic<N extends Scalar<N>>

java.lang.Object
org.ojalgo.matrix.transformation.Rotation<N>
org.ojalgo.matrix.transformation.Rotation.Generic<N>
Enclosing class:
Rotation<N extends Comparable<N>>

public static final class Rotation.Generic<N extends Scalar<N>> extends Rotation<N>
  • Field Details

    • cos

      public final N extends Scalar<N> cos
    • sin

      public final N extends Scalar<N> sin
  • Constructor Details

    • Generic

      public Generic(int index)
    • Generic

      public Generic(int aLowerIndex, int aHigherIndex)
    • Generic

      public Generic(int aLowerIndex, int aHigherIndex, N aCosine, N aSine)
    • Generic

      public Generic(Rotation<N> aRotation)
  • Method Details