Table of Contents

Namespace Hi.Geom.Solvers

Classes

BinarySolverUtil

Utility class providing binary solving methods for one-dimensional functions.

BinarySolvingStatus

Represents the status of a binary solving process. Contains information about the current state of the solver including best solutions and error metrics.

DeepSolvingStatus

Represents the status of a deep solving process with multiple parameters. Contains detailed information about the solving process including iterations, convergence, and Jacobian matrix.

NumericalSolver

A numerical solver for systems of equations using the Jacobian matrix.

SolverUtil

Utility class providing advanced numerical solving methods for systems of equations.

SolvingResult

Represents the result of a solving process. Contains detailed information about the solution including parameters, biases, and convergence metrics.

Enums

SolvingResultStatus

Enumeration of possible statuses for solving results.

SolvingTerm

Enumeration of solving terms or methods used in geometric solvers.

Delegates

NumericalSolver.GetRepondsDelegate

Delegate for getting response values from the system being solved.

NumericalSolver.SetParasDelegate

Delegate for setting parameter values in the system being solved.