Class NormOps_DDF2

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

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

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

DO NOT MODIFY. Automatically generated code created by GenerateNormOps_DDF

  • Constructor Details

    • NormOps_DDF2

      public NormOps_DDF2()
  • Method Details

    • normalizeF

      public static void normalizeF(DMatrix2x2 M)
    • normalizeF

      public static void normalizeF(DMatrix2 M)
    • fastNormF

      public static double fastNormF(DMatrix2x2 M)
    • fastNormF

      public static double fastNormF(DMatrix2 M)
    • normF

      public static double normF(DMatrix2x2 M)
    • normF

      public static double normF(DMatrix2 M)