Table of Contents

Struct ComplexArgAccumulator

Namespace
NumSharp.Backends.Iteration
Assembly
NumSharp.dll

ArgMin/ArgMax accumulator for Complex — lexicographic best plus the same running-index / NaN-index bookkeeping as HalfArgAccumulator.

public struct ComplexArgAccumulator
Inherited Members
Extension Methods

Fields

Best

public Complex Best

Field Value

Complex

BestIdx

public long BestIdx

Field Value

long

Cur

public long Cur

Field Value

long

SawNaNIdx

public long SawNaNIdx

Field Value

long