Class NormOps_DDF4

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

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

      public NormOps_DDF4()
  • Method Details

    • normalizeF

      public static void normalizeF(DMatrix4x4 M)
    • normalizeF

      public static void normalizeF(DMatrix4 M)
    • fastNormF

      public static double fastNormF(DMatrix4x4 M)
    • fastNormF

      public static double fastNormF(DMatrix4 M)
    • normF

      public static double normF(DMatrix4x4 M)
    • normF

      public static double normF(DMatrix4 M)