Package org.ejml.sparse.triplet
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 booleanisEquals(org.ejml.data.FMatrixSparseTriplet a, org.ejml.data.FMatrixSparseTriplet b)static booleanisEquals(org.ejml.data.FMatrixSparseTriplet a, org.ejml.data.FMatrixSparseTriplet b, float tol)static booleanisSameShape(org.ejml.data.FMatrixSparseTriplet a, org.ejml.data.FMatrixSparseTriplet b)
-
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)
-