Package | Description |
---|---|
com.mockturtlesolutions.snifflib.datatypes |
Contains standard classes and interfaces for storage, retrieval, and display.
|
com.mockturtlesolutions.snifflib.datatypes.database |
Base classes for the repository storage framework of the datatypes package.
|
com.mockturtlesolutions.snifflib.spreadsheets |
Contains standard classes and interfaces for implmenting simple programmable spreadsheets.
|
Modifier and Type | Class and Description |
---|---|
class |
DenseSetterGetter
Allows get/set operations for a non-sparse (dense) matrix.
|
class |
SparseSetterGetter
Allows set/get operations for a sparse matrix.
|
Modifier and Type | Field and Description |
---|---|
MatrixSetterGetter |
GenMatrix.setget |
Constructor and Description |
---|
DblMatrix(MatrixSetterGetter sg) |
DblMatrix(MatrixSetterGetter sg,
DblMatrix X)
This construction creates a new DblMatrix from an input DblMatrix.
|
DblMatrix(MatrixSetterGetter sg,
java.lang.Double value)
This construction creates a scalar matrix from an Double's value.
|
DblMatrix(MatrixSetterGetter sg,
int Nelements)
This construction creates an Nx1 matrix.
|
DblMatrix(MatrixSetterGetter sg,
int[] Siz)
This construction creates a matrix of certain size.
|
DblMatrix(MatrixSetterGetter sg,
java.lang.Integer value)
This construction creates a scalar matrix from an Integer's value.
|
DblMatrix(MatrixSetterGetter sg,
java.util.Iterator I,
int N)
This construction creates a new DblMatrix column vector from an Iterator over Double's.
|
DblMatrix(MatrixSetterGetter sg,
java.util.Iterator I,
int[] Size)
This construction creates a new DblMatrix of dimension Size from an Iterator over Double's.
|
DblMatrix(MatrixSetterGetter sg,
java.lang.String inputstr)
This should be rewritten to accept a character stream.
|
Modifier and Type | Class and Description |
---|---|
class |
MatrixStorageSetterGetter |
Constructor and Description |
---|
SpreadsheetEntryMatrix(DefaultSpreadsheetTable partab,
DefaultSpreadsheetPanel parpan,
MatrixSetterGetter sg,
int Nelements)
This construction creates an Nx1 matrix.
|
SpreadsheetEntryMatrix(DefaultSpreadsheetTable partab,
DefaultSpreadsheetPanel parpan,
MatrixSetterGetter sg,
int[] Siz)
This construction creates a matrix of certain size.
|
SpreadsheetEntryMatrix(MatrixSetterGetter sg) |
Copyright © 2011, 2013. Daniel P. Dougherty