Namespaces

Types in MathNet.Numerics.Optimization

Type GradientProjectionResult

Namespace MathNet.Numerics.Optimization

Parent ValueType

Constructors

Methods

Properties

Public Constructors

GradientProjectionResult(Vector<T> cauchyPoint, int fixedCount, List<bool> isFixed)

Public Methods

bool Equals(object obj)

int GetHashCode()

Type GetType()

string ToString()

Public Properties

Vector<T> CauchyPoint get;

int FixedCount get;

List<bool> IsFixed get;