public interface IMatrix
| Modifier and Type | Method and Description |
|---|---|
int |
columnCount() |
double |
get(int row,
int column) |
int |
rowCount() |
void |
set(int row,
int column,
double value) |
Copyright © 2013. All Rights Reserved.