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.pde |
Contains standard classes and interfaces for numerical solution of partial differential equations.
|
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 | Field and Description |
---|---|
protected Subscript[] |
DblSort.SubsIndex |
protected Subscript[] |
DblSort.SubsSorted |
Modifier and Type | Method and Description |
---|---|
static Subscript[] |
DblMatrix.indexToSubscript(DblMatrix I,
int[] Size)
Convert an index array into a Subscript[] for a given matrix Size
|
Subscript[] |
DblMatrix.indexToSubscript(int I)
Convert an index array into a Subscript[]
|
Subscript[] |
DblMatrix.indexToSubscript(int[] I)
Convert an index array into a Subscript[]
|
static Subscript[] |
DblMatrix.indexToSubscript(int[] I,
int[] Size)
Convert an index array into a Subscript[] for a given matrix Size
|
static Subscript[] |
DblMatrix.indexToSubscript(int I,
int[] Size)
Convert an index array into a Subscript[] for a given matrix Size
|
static Subscript[] |
DblMatrix.mapToSubscript(DblMatrix MAP)
Return Subscript[] indicating the non-zero entries of a DblMatrix.
|
static Subscript[] |
Subscript.spanningSet(int[] Size)
Create a spanning Subscript[] for a matrix of dimensions int[] Size.
|
Modifier and Type | Method and Description |
---|---|
DblMatrix |
DblMatrix.getSubMatrix(Subscript[] subscripts)
Get a matrix of values by sub-indexing into an existing matrix.
|
void |
DblMatrix.setSubMatrix(DblMatrix INPUT,
Subscript[] subscripts)
Set a matrix of values within an existing matrix.
|
void |
DblMatrix.setSubMatrix(int INPUT,
Subscript[] subscripts)
Repeat a given value over a sub-matrix.
|
int[] |
DblMatrix.subscriptListToIndex(Subscript[] SUB)
Convert a Subscript[] into an array of indices assuming that the
subscripts are a list of coordinates rather than a range specification.
|
static int[] |
DblMatrix.subscriptListToIndex(Subscript[] SUB,
int[] SIZE)
Convert a Subscript[] into an array of indices assuming that the
subscripts are a list of coordinates rather than a range specification.
|
int[] |
DblMatrix.subscriptToIndex(Subscript[] SUB)
Convert a Subscript[] range into an array of indices.
|
static int[] |
DblMatrix.subscriptToIndex(Subscript[] SUB,
int[] SIZE)
Convert a Subscript[] range into an array of indices.
|
Modifier and Type | Method and Description |
---|---|
abstract Subscript[] |
AbstractBandwidthMethod.getLocal() |
Subscript[] |
BandwidthMethod.getLocal() |
Subscript[] |
NNBandwidth.getLocal()
Get the subscripts of the local neighborhood.
|
Modifier and Type | Method and Description |
---|---|
DblMatrix[] |
NDGrid.getCoords(Subscript[] coords)
Get the coordinates according to this grid at index I.
|
DblMatrix[] |
NDGrid.getUCoords(Subscript[] coords_in,
int ghostpts)
Gets spatial grid points corresponding to the values in U but adjusting for presence of ghost points.
|
boolean |
NDGrid.isGhostPoint(Subscript[] coords,
int ghostpts)
Returns true if the given coordinates would reference a ghost point in the U matrix.
|
boolean |
NDGrid.isLowerBoundary(Subscript[] coords,
int dim,
int ghostpts)
Returns true is the given coordinates of U are at or below the spatial coordinates of the grid
in the indicated dimension.
|
boolean |
NDGrid.isUpperBoundary(Subscript[] coords,
int dim,
int ghostpts)
Returns true is the given coordinates of U are above the spatial coordinates of the grid
in the indicated dimension.
|
Modifier and Type | Method and Description |
---|---|
Subscript[] |
DefaultSpreadsheetModel.spanningSet() |
Modifier and Type | Method and Description |
---|---|
void |
SpreadsheetEntryMatrix.addEntryListener(Subscript[] subscripts,
DefaultSpreadsheetEntry ent) |
void |
DefaultSpreadsheetModel.addEntryListener(Subscript[] subs,
DefaultSpreadsheetEntry ent) |
SpreadsheetEntryMatrix |
SpreadsheetEntryMatrix.getSubMatrix(Subscript[] subscripts)
Get a matrix of values by sub-indexing into an existing matrix.
|
SpreadsheetEntryMatrix |
DefaultSpreadsheetModel.getSubMatrix(Subscript[] subs) |
void |
SpreadsheetEntryMatrix.setSubMatrix(SpreadsheetEntryMatrix INPUT,
Subscript[] subscripts)
Set a matrix of values within an existing matrix.
|
void |
DefaultSpreadsheetModel.setSubMatrix(SpreadsheetEntryMatrix X,
Subscript[] subs) |
int[] |
SpreadsheetEntryMatrix.subscriptToIndex(Subscript[] SUB)
Convert a Subscript[] range into an array of indices.
|
static int[] |
SpreadsheetEntryMatrix.subscriptToIndex(Subscript[] SUB,
int[] SIZE)
Convert a Subscript[] range into an array of indices.
|
Modifier and Type | Field and Description |
---|---|
Subscript[] |
Nhood.SubscriptMap |
Copyright © 2011, 2013. Daniel P. Dougherty