Package | Description |
---|---|
edu.ucla.stat.SOCR.analyses.gui | |
edu.ucla.stat.SOCR.analyses.jri.gui | |
edu.ucla.stat.SOCR.util |
Modifier and Type | Method and Description |
---|---|
int |
Analysis.getDistinctElements(Matrix Cl) |
Modifier and Type | Method and Description |
---|---|
int |
Analysis.getDistinctElements(Matrix Cl) |
Modifier and Type | Method and Description |
---|---|
static Matrix |
Matrix.add(Matrix m1,
Matrix m2) |
Matrix |
Matrix.appendCols(Matrix x) |
Matrix |
Matrix.appendRows(Matrix x) |
Matrix |
Matrix.diag() |
static Matrix |
Matrix.divide(Matrix m1,
Matrix m2) |
static Matrix |
Matrix.eliminationGaussJordan(Matrix matrixInput) |
static Matrix |
AnalysisUtility.eliminationGaussJordan(Matrix matrixInput) |
Matrix |
Matrix.fliplr() |
Matrix |
Matrix.flipud() |
static Matrix |
Matrix.inverse(Matrix matrix) |
static Matrix |
AnalysisUtility.inverse(Matrix matrix) |
static Matrix |
Matrix.multiply(double d,
Matrix m1) |
static Matrix |
Matrix.multiply(Matrix m1,
Matrix m2) |
Matrix |
Matrix.order() |
Matrix |
Matrix.permute(int a1,
int a2,
char c) |
Matrix |
Matrix.Q() |
Matrix |
Matrix.R() |
Matrix |
Matrix.sort() |
Matrix |
Matrix.sub(int r1,
int r2,
int c1,
int c2) |
static Matrix |
Matrix.subtract(Matrix m1,
Matrix m2) |
Matrix |
Matrix.transpose() |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Matrix> |
Matrix.gepp() |
java.util.Vector<Matrix> |
Matrix.qr() |
java.util.Vector<Matrix> |
Matrix.toHess() |
Modifier and Type | Method and Description |
---|---|
static Matrix |
Matrix.add(Matrix m1,
Matrix m2) |
Matrix |
Matrix.appendCols(Matrix x) |
Matrix |
Matrix.appendRows(Matrix x) |
static Matrix |
Matrix.divide(Matrix m1,
Matrix m2) |
static Matrix |
Matrix.eliminationGaussJordan(Matrix matrixInput) |
static Matrix |
AnalysisUtility.eliminationGaussJordan(Matrix matrixInput) |
static Matrix |
Matrix.inverse(Matrix matrix) |
static Matrix |
AnalysisUtility.inverse(Matrix matrix) |
static Matrix |
Matrix.multiply(double d,
Matrix m1) |
static Matrix |
Matrix.multiply(Matrix m1,
Matrix m2) |
static void |
Matrix.print(Matrix matrix) |
static Matrix |
Matrix.subtract(Matrix m1,
Matrix m2) |
Constructor and Description |
---|
Matrix(Matrix m) |