Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_Matrix
Method · 0.95
testHess_Matrix_Executor
Method · 0.95
Calls
8
multiply
Method · 0.95
OuterProductUpdate
Method · 0.80
isSquare
Method · 0.45
rows
Method · 0.45
get
Method · 0.45
zeroOut
Method · 0.45
set
Method · 0.45
multiply
Method · 0.45
Tested by
2
testHess_Matrix
Method · 0.76
testHess_Matrix_Executor
Method · 0.76