public class MatrixUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getColumns(Matrix matrix) |
static Number |
getElementAt(Matrix matrix,
int row,
int column) |
static int |
getRows(Matrix matrix) |
public static Number getElementAt(Matrix matrix, int row, int column)
row - The row index. The index of the first row is 1.column - The column index. The index of the first column is 1.null.IndexOutOfBoundsException - If either the row or column index is out of range.public static int getRows(Matrix matrix)
public static int getColumns(Matrix matrix)
Copyright © 2014 University of Tartu. All Rights Reserved.