Aggregator<T, U>.AggregateListwiseInto Method

Aggregates the columns of a matrix.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Vector<U> AggregateListwiseInto(
	Matrix<T> values,
	Vector<U> result
)

Parameters

values  Matrix<T>
The matrix whose columns to aggregate.
result  Vector<U>
The vector that is to hold the result. May be null.

Return Value

Vector<U>

See Also