Class NormOps_DDF3

java.lang.Object
org.ejml.dense.fixed.NormOps_DDF3

@Generated("org.ejml.dense.fixed.GenerateNormOps_DDF") public class NormOps_DDF3 extends Object

Matrix norm related operations for fixed sized matrices of size 3.

DO NOT MODIFY. Automatically generated code created by GenerateNormOps_DDF

  • Constructor Details

    • NormOps_DDF3

      public NormOps_DDF3()
  • Method Details

    • normalizeF

      public static void normalizeF(DMatrix3x3 M)
    • normalizeF

      public static void normalizeF(DMatrix3 M)
    • fastNormF

      public static double fastNormF(DMatrix3x3 M)
    • fastNormF

      public static double fastNormF(DMatrix3 M)
    • normF

      public static double normF(DMatrix3x3 M)
    • normF

      public static double normF(DMatrix3 M)