public class HessenbergForm extends Object implements Serializable
Constructor and Description |
---|
HessenbergForm() |
Modifier and Type | Method and Description |
---|---|
static void |
hess(Matrix A) |
static void |
hess(Matrix A,
ExecutorService threadpool)
Alters the matrix A such that it is in upper Hessenberg form.
|
public static void hess(Matrix A)
public static void hess(Matrix A, ExecutorService threadpool)
A
- the matrix to transform into upper Hessenberg formCopyright © 2017. All rights reserved.