public class MatrixUtil
extends java.lang.Object
| Constructor and Description |
|---|
MatrixUtil() |
| Modifier and Type | Method and Description |
|---|---|
static double[] |
getColumn(double[][] A,
int column)
Extracts a column from a matrix
|
static void |
printMatrix(Jama.Matrix m)
Prints the given matrix
|
public static double[] getColumn(double[][] A,
int column)
A - Matrixcolumn - Column indexpublic static void printMatrix(Jama.Matrix m)
m - Matrix