public class MatrixUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getColumns(Matrix matrix) |
static java.lang.Number |
getElementAt(Matrix matrix,
int row,
int column) |
static int |
getRows(Matrix matrix) |
public static java.lang.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.java.lang.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 © 2013 University of Tartu. All Rights Reserved.