Class NormOps_FDF4

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

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

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

DO NOT MODIFY. Automatically generated code created by GenerateNormOps_DDF

  • Constructor Details

    • NormOps_FDF4

      public NormOps_FDF4()
  • Method Details

    • normalizeF

      public static void normalizeF(FMatrix4x4 M)
    • normalizeF

      public static void normalizeF(FMatrix4 M)
    • fastNormF

      public static float fastNormF(FMatrix4x4 M)
    • fastNormF

      public static float fastNormF(FMatrix4 M)
    • normF

      public static float normF(FMatrix4x4 M)
    • normF

      public static float normF(FMatrix4 M)