Package | Description |
---|---|
com.mockturtlesolutions.snifflib.datatypes |
Contains standard classes and interfaces for storage, retrieval, and display.
|
com.mockturtlesolutions.snifflib.spreadsheets |
Contains standard classes and interfaces for implmenting simple programmable spreadsheets.
|
Modifier and Type | Class and Description |
---|---|
class |
DblMatrix
DblMatrix is an ND matrix class.
|
class |
SblMatrix
Sparse DblMatrix variant.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DblMatrix.isEqual(GenMatrix X) |
abstract boolean |
GenMatrix.isEqual(GenMatrix X) |
Modifier and Type | Class and Description |
---|---|
class |
SpreadsheetEntryMatrix |
Modifier and Type | Method and Description |
---|---|
boolean |
SpreadsheetEntryMatrix.isEqual(GenMatrix X) |
Copyright © 2011, 2013. Daniel P. Dougherty