Class MatrixFeatures_FSTL

java.lang.Object
org.ejml.sparse.triplet.MatrixFeatures_FSTL

@Generated("org.ejml.sparse.triplet.MatrixFeatures_DSTL")
public class MatrixFeatures_FSTL
extends Object
  • Constructor Summary

    Constructors
    Constructor Description
    MatrixFeatures_FSTL()  
  • Method Summary

    Modifier and Type Method Description
    static boolean isEquals​(org.ejml.data.FMatrixSparseTriplet a, org.ejml.data.FMatrixSparseTriplet b)  
    static boolean isEquals​(org.ejml.data.FMatrixSparseTriplet a, org.ejml.data.FMatrixSparseTriplet b, float tol)  
    static boolean isSameShape​(org.ejml.data.FMatrixSparseTriplet a, org.ejml.data.FMatrixSparseTriplet b)  

    Methods inherited from class java.lang.Object

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

    • MatrixFeatures_FSTL

      public MatrixFeatures_FSTL()
  • Method Details

    • isEquals

      public static boolean isEquals​(org.ejml.data.FMatrixSparseTriplet a, org.ejml.data.FMatrixSparseTriplet b)
    • isEquals

      public static boolean isEquals​(org.ejml.data.FMatrixSparseTriplet a, org.ejml.data.FMatrixSparseTriplet b, float tol)
    • isSameShape

      public static boolean isSameShape​(org.ejml.data.FMatrixSparseTriplet a, org.ejml.data.FMatrixSparseTriplet b)