SparseElementwiseMode Enumeration

Specifies how sparse vectors participate in element-wise vector arithmetic.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
C#
public enum SparseElementwiseMode

Remarks

This mode affects sparse element-wise vector multiplication and division only. Dense operands participate at every position.

Members

PatternIntersection0 Evaluates only indexes present in all sparse structural patterns.
PatternUnion1 Evaluates indexes present in any sparse structural pattern.
Strict2 Evaluates the full logical dense domain.

See Also