Package org.ejml.dense.fixed
Class MatrixFeatures_FDF6
- java.lang.Object
-
- org.ejml.dense.fixed.MatrixFeatures_FDF6
-
public class MatrixFeatures_FDF6 extends java.lang.ObjectMatrix features for fixed sized matrices which are 6 x 6 or 6 element vectors.
DO NOT MODIFY. Automatically generated code created by GenerateFixedFeatures
-
-
Constructor Summary
Constructors Constructor Description MatrixFeatures_FDF6()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanhasUncountable(org.ejml.data.FMatrix6 a)static booleanhasUncountable(org.ejml.data.FMatrix6x6 a)static booleanisIdentical(org.ejml.data.FMatrix6 a, org.ejml.data.FMatrix6 b, float tol)static booleanisIdentical(org.ejml.data.FMatrix6x6 a, org.ejml.data.FMatrix6x6 b, float tol)
-
-
-
Method Detail
-
isIdentical
public static boolean isIdentical(org.ejml.data.FMatrix6x6 a, org.ejml.data.FMatrix6x6 b, float tol)
-
isIdentical
public static boolean isIdentical(org.ejml.data.FMatrix6 a, org.ejml.data.FMatrix6 b, float tol)
-
hasUncountable
public static boolean hasUncountable(org.ejml.data.FMatrix6x6 a)
-
hasUncountable
public static boolean hasUncountable(org.ejml.data.FMatrix6 a)
-
-