Serialized Form
columnStep
int columnStep
- The distance between two neighbour entries of the same row.
rowStep
int rowStep
- The distance between two neighbour entries of the same column.
startIndex
int startIndex
- The index of the first matrix entry in the container.
algebraic
boolean algebraic
entries
RealContainer entries
- A container for matrix entries.
nColumns
int nColumns
- A number of matrix columns.
nRows
int nRows
- A number of matrix rows.
bandWidth
int bandWidth
- The width of band
toeplitz
boolean toeplitz
halfWidth
int halfWidth
- A number of nonempty diagonals in upper half of matrix
(the main diagonal is also counted).
toeplitz
boolean toeplitz
matrix
RealAlgebraicMatrix matrix
- The link to the underlying matrix.
Package ru.sscc.matrix.solve |
matrix
SymBandedMatrix matrix
- The attached matrix.
pivotIndex
char[] pivotIndex
- Leading entries relative indices.
pivotIndex
char[] pivotIndex
- Leading entries relative indices.
solver
RealDenseSolver solver
- The solver used for factorization of transformed matrix.
transformer
RealCommonSolver transformer
- The solver used for transformation.
balanceTag
boolean balanceTag
balanceVector
double[] balanceVector
- The balance vector.
columnTags
boolean[] columnTags
nullSpace
RealContainer nullSpace
nullSpaceRange
int nullSpaceRange
range
int range
- The calculated matrix range.
reductionAccuracy
double reductionAccuracy
matrix
DenseMatrix matrix
- The attached matrix.
factorized
boolean factorized
diagonal
RealVector diagonal
- Diagonal entries of the upper triangular matrix.
body
SplineBody body
- A spline body.
data
RealContainer data
- A container for spline coefficients.
count
int count
- A number of splines in the spline vector.
Package ru.sscc.spline.analytic |
dataSize
int dataSize
- The size of coefficients vector.
mesh
ReducedMesh mesh
- The mesh.
mode
byte mode
- The spline mode (0, 1, 2, or 3).
body
GSplineBody body
- The body of Duchon's spline.
solver
GreenSolver solver
- The solver.
Package ru.sscc.spline.creator |
matrixMultiple
double matrixMultiple
- A multiple for interpolating spline matrix
solverPrepared
boolean solverPrepared
- The flag is set true when the solver is prepared.
sourceSize
int sourceSize
- A number of interpolating conditions.
weightMultiple
double weightMultiple
- A multiple for smoothing weight vector.
weights
RealVector weights
- A weight vector (null value means identical unit weights).
preparator
SmoothingPreparator preparator
- Smoothing spline preparator instance.
body
SplineBody body
- The spline body.
prepared
boolean prepared
- Indicates is the creator prepared for calculation of spline.
Package ru.sscc.spline.mesh |
points
float[] points
- Points container.
origin
double origin
- An affine transform origin.
scale
double scale
- An affine fransform scaling factor.
size
int size
- A number of mesh nodes.
points
double[] points
- Points container.
Package ru.sscc.spline.polynomial |
h
RectBandedMatrix h
- The matrix of finite differences.
mesh
SimpleMesh mesh
- The link to mesh used.
preparator
MatrixPreparator preparator
- Preparator used for matrices calculation.
solver
CholeskyBandSolver solver
- Solver used for calculation.
calculator
PSplineCalculator calculator
- Calculator used for calculation of the polynomial representation.
extraCount
int extraCount
- A number of coefficients used for extrapolation.
interCount
int interCount
- A number of coefficients used for interpolation.
mesh
SimpleMesh mesh
- Mesh used for calculations.
body
PSplineBody body
- The body of spline (mesh and spline degrees are used).
h
RectBandedMatrix h
- The matrix needed for the calculation of upper derivatives.
multiples
double[] multiples
p
double[] p
r
double[] r
step
double step
- Distance between mesh nodes
Package ru.sscc.spline.reduction |
dimension
int dimension
- The space dimension
ortCount
int ortCount
- A number of orts in the set.
orts
RealContainer orts
- The orthogonalization set.
reduction
Reduction reduction
- The base reduction.
reduction
Reduction reduction
- The reduction used in the mesh.
size
int size
- The number of points in the reduced mesh.
origin
double[] origin
- The origin in initial coordinates.
scale
double[] scale
- The scale vector.
points
RealVectors points
- The reduced mesh.
points
RealVectors points
- The reduced mesh.
origin
double[] origin
- The origin in initial coordinates.
scale
double scale
- The scale factor.
dimension
int dimension
- A dimension of vector space.
empty
boolean empty
max
double[] max
min
double[] min
accuracy
double accuracy
- The current accuracy.
accuracyLimit
double accuracyLimit
- The accuracy limit.
Package ru.sscc.util.data |
indices
int[] indices
- The array of starting indices in the chained vector
for all subvectors except the first one.
vectors
RealVector[] vectors
- The array of chained vectors.
data
double[] data
data
double[] data
ref
int[] ref
ref
int[] ref
vectors
double[] vectors
component
int component
data
double[] data
dimension
int dimension
ref
int[] ref
data
double[] data
ref
short[] ref
ref
short[] ref
vectors
double[] vectors
component
int component
data
double[] data
dimension
int dimension
ref
short[] ref
data
double[] data
vectors
double[] vectors
data
float[] data
data
float[] data
ref
int[] ref
ref
int[] ref
vectors
float[] vectors
component
int component
data
float[] data
dimension
int dimension
ref
int[] ref
data
float[] data
ref
short[] ref
ref
short[] ref
vectors
float[] vectors
component
int component
data
float[] data
dimension
int dimension
ref
short[] ref
data
float[] data
vectors
float[] vectors
index
int index
- The starting index of the vector entry in the container.
length
int length
- A length of the vector (a number of its entries).
step
int step
- The vector's increment step.
dimension
int dimension
- A dimension of every vector in the array.
size
int size
- A number of vectors in the array.