MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / hess

Method hess

JSAT/src/jsat/linear/HessenbergForm.java:16–19  ·  view source on GitHub ↗
(Matrix A)

Source from the content-addressed store, hash-verified

14 private static final long serialVersionUID = 1411467026933172901L;
15
16 public static void hess(Matrix A)
17 {
18 hess(A, null);
19 }
20
21 /**
22 * Alters the matrix A such that it is in upper Hessenberg form.

Callers 2

testHess_MatrixMethod · 0.95

Calls 8

multiplyMethod · 0.95
OuterProductUpdateMethod · 0.80
isSquareMethod · 0.45
rowsMethod · 0.45
getMethod · 0.45
zeroOutMethod · 0.45
setMethod · 0.45
multiplyMethod · 0.45

Tested by 2

testHess_MatrixMethod · 0.76