public abstract class Matrix<V> extends Object
| Constructor and Description |
|---|
Matrix(List<V> values,
int rows,
int columns) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns() |
abstract List<V> |
getColumnValues(int column) |
int |
getRows() |
abstract List<V> |
getRowValues(int row) |
List<V> |
getValues() |
Copyright © 2023. All rights reserved.