Package | Description |
---|---|
com.mockturtlesolutions.snifflib.datatypes |
Contains standard classes and interfaces for storage, retrieval, and display.
|
com.mockturtlesolutions.snifflib.invprobs |
Contains standard classes and interfaces for solving statistical inverse problems.
|
com.mockturtlesolutions.snifflib.spreadsheets |
Contains standard classes and interfaces for implmenting simple programmable spreadsheets.
|
com.mockturtlesolutions.snifflib.util |
Contains some utility classes providing methods of broad applicability.
|
Modifier and Type | Class and Description |
---|---|
class |
Counter
Counter provides an odometer-style counter.
|
class |
DblMatrix
DblMatrix is an ND matrix class.
|
class |
DblParamSet
Note that DblParamSet itself implements NamedParameters so you may use
reflection when implementing a NamedParameter that uses DblParamSet.
|
class |
DblSort
Class useful for sorting a DblMatrix.
|
class |
SblMatrix
Sparse DblMatrix variant.
|
Modifier and Type | Class and Description |
---|---|
class |
DblParamSetSimplex
When doing Simplex optimization it is important to avoid doing lots of sorting.
|
class |
ParameterValuePair |
Modifier and Type | Class and Description |
---|---|
class |
SpreadsheetEntryMatrix |
Modifier and Type | Class and Description |
---|---|
class |
Qdecomp
Qdecomp intends to be a Collection backed by N-dimensional data stored in DblMatrix arrays.
|
class |
QTreeNode |
Copyright © 2011, 2013. Daniel P. Dougherty