Class NormOps_FDF6

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

@Generated("org.ejml.dense.fixed.GenerateNormOps_DDF")
public class NormOps_FDF6
extends java.lang.Object

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

DO NOT MODIFY. Automatically generated code created by GenerateNormOps_DDF

  • Constructor Summary

    Constructors 
    Constructor Description
    NormOps_FDF6()  
  • Method Summary

    Modifier and Type Method Description
    static float fastNormF​(org.ejml.data.FMatrix6 M)  
    static float fastNormF​(org.ejml.data.FMatrix6x6 M)  
    static void normalizeF​(org.ejml.data.FMatrix6 M)  
    static void normalizeF​(org.ejml.data.FMatrix6x6 M)  
    static float normF​(org.ejml.data.FMatrix6 M)  
    static float normF​(org.ejml.data.FMatrix6x6 M)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • normalizeF

      public static void normalizeF​(org.ejml.data.FMatrix6x6 M)
    • normalizeF

      public static void normalizeF​(org.ejml.data.FMatrix6 M)
    • fastNormF

      public static float fastNormF​(org.ejml.data.FMatrix6x6 M)
    • fastNormF

      public static float fastNormF​(org.ejml.data.FMatrix6 M)
    • normF

      public static float normF​(org.ejml.data.FMatrix6x6 M)
    • normF

      public static float normF​(org.ejml.data.FMatrix6 M)