See: Description
Class | Description |
---|---|
Inverse |
Find the inverses of a matrix.
|
JamaUtil |
Utility functions for adding Jama matrix functions.
|
Rank |
Find the rank of a matrix.
|
Solve |
z = solve(x,y) solves x*z = y where x,y,z are real matricies.
|
VectorJep j = new VectorJep(); j.addStandardFunctions(); ... JamaUtil.addStandardFunctions(j);This will add a rank, inverse and solve function. z = solve(x,y) solves
x*z = y
.Jas4pp 1.5 © Java Analysis Studio for Particle Physics