| Package | Description |
|---|---|
| gov.sandia.cognition.learning.algorithm.minimization.matrix |
Provides matrix solving algorithms.
|
| gov.sandia.cognition.learning.algorithm.semisupervised.valence |
| Class and Description |
|---|
| IterativeMatrixSolver
Base class for all iterative matrix solvers that takes care of most of the
basic iterative logic and the function minimizer interface.
|
| MatrixVectorMultiplier
The necessary multiplication wrapper class to match the FunctionMinimizer
interface.
|
| MatrixVectorMultiplierWithPreconditioner
As various preconditioner operations could be created, this class defines the
interface that must be followed by them.
|
| OverconstrainedMatrixVectorMultiplier
Implements an overconstrainted matrix-vector multiplication.
|
| Class and Description |
|---|
| MatrixVectorMultiplier
The necessary multiplication wrapper class to match the FunctionMinimizer
interface.
|