Package | Description |
---|---|
gov.sandia.cognition.math.matrix |
Provides interfaces and classes for linear algebra.
|
Modifier and Type | Class and Description |
---|---|
static class |
NumericalDifferentiator.DoubleJacobian
Numerical differentiator based on a Vector Jacobian.
|
static class |
NumericalDifferentiator.MatrixJacobian
Numerical differentiator based on a Matrix Jacobian.
|
static class |
NumericalDifferentiator.VectorJacobian
Numerical differentiator based on a Vector Jacobian.
|
Modifier and Type | Method and Description |
---|---|
NumericalDifferentiator<InputType,OutputType,DerivativeType> |
NumericalDifferentiator.clone() |