Class NormOps_FDF3

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

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

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

DO NOT MODIFY. Automatically generated code created by GenerateNormOps_DDF

  • Constructor Details

    • NormOps_FDF3

      public NormOps_FDF3()
  • Method Details

    • normalizeF

      public static void normalizeF(FMatrix3x3 M)
    • normalizeF

      public static void normalizeF(FMatrix3 M)
    • fastNormF

      public static float fastNormF(FMatrix3x3 M)
    • fastNormF

      public static float fastNormF(FMatrix3 M)
    • normF

      public static float normF(FMatrix3x3 M)
    • normF

      public static float normF(FMatrix3 M)