Aggregator<T, TResult>.AggregateColumns Method

Aggregates the columns of a matrix.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual Vector<TResult> AggregateColumns(
	Matrix<T> values,
	Vector<TResult>? result
)

Parameters

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

Return Value

Vector<TResult>

See Also