Documentation
¶
Index ¶
- func RunCrit(f_ func(ConstVector) (MagicScalar, error), x ConstVector, args ...interface{}) (Vector, error)
- func RunMin(f_ func(ConstVector) (MagicScalar, error), x ConstVector, args ...interface{}) (Vector, error)
- func RunRoot(f_ func(ConstVector) (MagicVector, error), x ConstVector, args ...interface{}) (Vector, error)
- func Vequals(x1, x2 Vector) bool
- type Constraints
- type Epsilon
- type HessianModification
- type HookCrit
- type HookMin
- type HookRoot
- type InSitu
- type MaxIterations
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Constraints ¶
type Constraints struct {
Value func(x Vector) bool
}
type HessianModification ¶
type HessianModification struct {
Value string
}
type HookMin ¶
type HookMin struct {
Value func(ConstVector, ConstVector, ConstMatrix, ConstScalar) bool
}
type InSitu ¶
type InSitu struct { T1 Vector T2 Scalar QR qrAlgorithm.InSitu Cholesky cholesky.InSitu Inverse matrixInverse.InSitu }
type MaxIterations ¶
type MaxIterations struct {
Value int
}
Click to show internal directories.
Click to hide internal directories.