Class MatrixFeatures_FDF4


  • public class MatrixFeatures_FDF4
    extends java.lang.Object

    Matrix features for fixed sized matrices which are 4 x 4 or 4 element vectors.

    DO NOT MODIFY. Automatically generated code created by GenerateFixedFeatures

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean hasUncountable​(org.ejml.data.FMatrix4 a)  
      static boolean hasUncountable​(org.ejml.data.FMatrix4x4 a)  
      static boolean isIdentical​(org.ejml.data.FMatrix4 a, org.ejml.data.FMatrix4 b, float tol)  
      static boolean isIdentical​(org.ejml.data.FMatrix4x4 a, org.ejml.data.FMatrix4x4 b, float tol)  
      • Methods inherited from class java.lang.Object

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

      • MatrixFeatures_FDF4

        public MatrixFeatures_FDF4()
    • Method Detail

      • isIdentical

        public static boolean isIdentical​(org.ejml.data.FMatrix4x4 a,
                                          org.ejml.data.FMatrix4x4 b,
                                          float tol)
      • isIdentical

        public static boolean isIdentical​(org.ejml.data.FMatrix4 a,
                                          org.ejml.data.FMatrix4 b,
                                          float tol)
      • hasUncountable

        public static boolean hasUncountable​(org.ejml.data.FMatrix4x4 a)
      • hasUncountable

        public static boolean hasUncountable​(org.ejml.data.FMatrix4 a)