Package org.ejml.dense.fixed
Class MatrixFeatures_FDF3
java.lang.Object
org.ejml.dense.fixed.MatrixFeatures_FDF3
@Generated("org.ejml.dense.fixed.GenerateFixedFeatures")
public class MatrixFeatures_FDF3
extends Object
Matrix features for fixed sized matrices which are 3 x 3 or 3 element vectors.
DO NOT MODIFY. Automatically generated code created by GenerateFixedFeatures
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanhasUncountable(org.ejml.data.FMatrix3 a) static booleanhasUncountable(org.ejml.data.FMatrix3x3 a) static booleanisIdentical(org.ejml.data.FMatrix3 a, org.ejml.data.FMatrix3 b, float tol) static booleanisIdentical(org.ejml.data.FMatrix3x3 a, org.ejml.data.FMatrix3x3 b, float tol)
-
Constructor Details
-
MatrixFeatures_FDF3
public MatrixFeatures_FDF3()
-
-
Method Details
-
isIdentical
public static boolean isIdentical(org.ejml.data.FMatrix3x3 a, org.ejml.data.FMatrix3x3 b, float tol) -
isIdentical
public static boolean isIdentical(org.ejml.data.FMatrix3 a, org.ejml.data.FMatrix3 b, float tol) -
hasUncountable
public static boolean hasUncountable(org.ejml.data.FMatrix3x3 a) -
hasUncountable
public static boolean hasUncountable(org.ejml.data.FMatrix3 a)
-