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