public class FortranMatrix<V> extends Matrix<V>
| Constructor and Description |
|---|
FortranMatrix(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, getValuespublic List<V> getRowValues(int row)
getRowValues in class Matrix<V>public List<V> getColumnValues(int column)
getColumnValues in class Matrix<V>Copyright © 2023. All rights reserved.