Class MatrixFeatures_DDF2


  • public class MatrixFeatures_DDF2
    extends java.lang.Object

    Matrix features for fixed sized matrices which are 2 x 2 or 2 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.DMatrix2 a)  
      static boolean hasUncountable​(org.ejml.data.DMatrix2x2 a)  
      static boolean isIdentical​(org.ejml.data.DMatrix2 a, org.ejml.data.DMatrix2 b, double tol)  
      static boolean isIdentical​(org.ejml.data.DMatrix2x2 a, org.ejml.data.DMatrix2x2 b, double tol)  
      • Methods inherited from class java.lang.Object

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

      • MatrixFeatures_DDF2

        public MatrixFeatures_DDF2()
    • Method Detail

      • isIdentical

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

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

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

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