Class NormOps_FDF6

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

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

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

DO NOT MODIFY. Automatically generated code created by GenerateNormOps_DDF

  • Constructor Details

    • NormOps_FDF6

      public NormOps_FDF6()
  • Method Details

    • normalizeF

      public static void normalizeF(FMatrix6x6 M)
    • normalizeF

      public static void normalizeF(FMatrix6 M)
    • fastNormF

      public static float fastNormF(FMatrix6x6 M)
    • fastNormF

      public static float fastNormF(FMatrix6 M)
    • normF

      public static float normF(FMatrix6x6 M)
    • normF

      public static float normF(FMatrix6 M)