public class SparseMatrix extends Object
| Constructor and Description |
|---|
SparseMatrix() |
| Modifier and Type | Method and Description |
|---|---|
double |
get(int row,
int column) |
void |
set(int row,
int column,
double value) |
Copyright © 2017. All rights reserved.