Package Jama

Examples of Jama.jMatrix


  public static double norm2(double[][] v) {
    return new jMatrix(v).norm2();
  }

  public static double normF(double[][] v) {
    return new jMatrix(v).normF();
  }
View Full Code Here


  public static double normF(double[][] v) {
    return new jMatrix(v).normF();
  }

  public static double normInf(double[][] v) {
    return new jMatrix(v).normInf();
  }
View Full Code Here

TOP

Related Classes of Jama.jMatrix

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.