Class NormOps_DDF2

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

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

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

DO NOT MODIFY. Automatically generated code created by GenerateNormOps_DDF

  • Constructor Summary

    Constructors 
    Constructor Description
    NormOps_DDF2()  
  • Method Summary

    Modifier and Type Method Description
    static double fastNormF​(org.ejml.data.DMatrix2 M)  
    static double fastNormF​(org.ejml.data.DMatrix2x2 M)  
    static void normalizeF​(org.ejml.data.DMatrix2 M)  
    static void normalizeF​(org.ejml.data.DMatrix2x2 M)  
    static double normF​(org.ejml.data.DMatrix2 M)  
    static double normF​(org.ejml.data.DMatrix2x2 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.DMatrix2x2 M)
    • normalizeF

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

      public static double fastNormF​(org.ejml.data.DMatrix2x2 M)
    • fastNormF

      public static double fastNormF​(org.ejml.data.DMatrix2 M)
    • normF

      public static double normF​(org.ejml.data.DMatrix2x2 M)
    • normF

      public static double normF​(org.ejml.data.DMatrix2 M)