Documentation of 'jsat.linear.HessenbergForm' Java class
HessenbergForm
jsat.linear

Class HessenbergForm

  • All Implemented Interfaces:
    java.io.Serializable


    public class HessenbergForm
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      HessenbergForm() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void hess(Matrix A) 
      static void hess(Matrix A, java.util.concurrent.ExecutorService threadpool)
      Alters the matrix A such that it is in upper Hessenberg form.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HessenbergForm

        public HessenbergForm()
    • Method Detail

      • hess

        public static void hess(Matrix A)
      • hess

        public static void hess(Matrix A,
                                java.util.concurrent.ExecutorService threadpool)
        Alters the matrix A such that it is in upper Hessenberg form.
        Parameters:
        A - the matrix to transform into upper Hessenberg form

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.