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