Implementation of DenseMatrix.Norm
----------------------------------

                 Key: HAMA-170
                 URL: https://issues.apache.org/jira/browse/HAMA-170
             Project: Hama
          Issue Type: Improvement
          Components: implementation
    Affects Versions: 0.1.0
            Reporter: Edward J. Yoon
             Fix For: 0.1.0


  enum Norm {
    /** Maximum absolute row sum */
    One,

    /** The root of sum of the sum of squares */
    Frobenius,
    
    /** Largest entry in absolute value */
    Infinity,
    
    /** Largest entry in absolute value. Not a proper matrix norm  */
    Maxvalue
  }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to