|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MatrixFactory
Matrix factory.
| Method Summary | |
|---|---|
double[][] |
createMatrix(int m,
int n,
double[] values)
Creates a matrix from a given array of values. |
| Method Detail |
|---|
double[][] createMatrix(int m,
int n,
double[] values)
m - the number of rows in the matrix being created.n - the number of columns in the matrix being created.values - the values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||