Class NormOps_DDF5

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

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

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

DO NOT MODIFY. Automatically generated code created by GenerateNormOps_DDF

  • Constructor Details

    • NormOps_DDF5

      public NormOps_DDF5()
  • Method Details

    • normalizeF

      public static void normalizeF(DMatrix5x5 M)
    • normalizeF

      public static void normalizeF(DMatrix5 M)
    • fastNormF

      public static double fastNormF(DMatrix5x5 M)
    • fastNormF

      public static double fastNormF(DMatrix5 M)
    • normF

      public static double normF(DMatrix5x5 M)
    • normF

      public static double normF(DMatrix5 M)