Class NormOps_FDF2

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

@Generated("org.ejml.dense.fixed.GenerateNormOps_DDF") public class NormOps_FDF2 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_FDF2

      public NormOps_FDF2()
  • Method Details

    • normalizeF

      public static void normalizeF(FMatrix2x2 M)
    • normalizeF

      public static void normalizeF(FMatrix2 M)
    • fastNormF

      public static float fastNormF(FMatrix2x2 M)
    • fastNormF

      public static float fastNormF(FMatrix2 M)
    • normF

      public static float normF(FMatrix2x2 M)
    • normF

      public static float normF(FMatrix2 M)