Class NormOps_FDF5

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

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

      public NormOps_FDF5()
  • Method Details

    • normalizeF

      public static void normalizeF(FMatrix5x5 M)
    • normalizeF

      public static void normalizeF(FMatrix5 M)
    • fastNormF

      public static float fastNormF(FMatrix5x5 M)
    • fastNormF

      public static float fastNormF(FMatrix5 M)
    • normF

      public static float normF(FMatrix5x5 M)
    • normF

      public static float normF(FMatrix5 M)