Package | Description |
---|---|
org.simulator.math |
Classes that contain several mathematical operations.
|
Modifier and Type | Method | Description |
---|---|---|
static int |
MatrixOperations.hqr(double[][] a,
double[] wr,
double[] wi) |
Finds all eigenvalues of an upper Hessenberg matrix a[1..n][1..n].
|
static double |
MatrixOperations.ludcmp(double[][] a,
int[] indx) |
Given a matrix a[1..n][1..n], this routine replaces it by the LU
decomposition of a rowwise permutation of itself.
|
Copyright © 2007–2018. All rights reserved.