Class MatrixFeatures_DDF5

java.lang.Object
org.ejml.dense.fixed.MatrixFeatures_DDF5

@Generated("org.ejml.dense.fixed.GenerateFixedFeatures")
public class MatrixFeatures_DDF5
extends java.lang.Object

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

DO NOT MODIFY. Automatically generated code created by GenerateFixedFeatures

  • Constructor Summary

    Constructors 
    Constructor Description
    MatrixFeatures_DDF5()  
  • Method Summary

    Modifier and Type Method Description
    static boolean hasUncountable​(org.ejml.data.DMatrix5 a)  
    static boolean hasUncountable​(org.ejml.data.DMatrix5x5 a)  
    static boolean isIdentical​(org.ejml.data.DMatrix5 a, org.ejml.data.DMatrix5 b, double tol)  
    static boolean isIdentical​(org.ejml.data.DMatrix5x5 a, org.ejml.data.DMatrix5x5 b, double tol)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • isIdentical

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

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

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

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