Applies the specified aggregators to all the rows in the matrix.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public Matrix<U> AggregateRows<U>(
params AggregatorGroup<U>[] aggregators
)
Public Function AggregateRows(Of U) (
ParamArray aggregators As AggregatorGroup(Of U)()
) As Matrix(Of U)
public:
generic<typename U>
Matrix<U>^ AggregateRows(
... array<AggregatorGroup<U>^>^ aggregators
)
member AggregateRows :
aggregators : AggregatorGroup<'U>[] -> Matrix<'U>
Parameters
- aggregators
- Type: Extreme.CollectionsAggregatorGroupU
One or more aggregators to use.
Type Parameters
- U
- The type of the result of the aggregation.
Return Value
Type:
MatrixUA new matrix that contains the result of the aggregations
with columns indexed by the names of the aggregators and rows indexed
by the matrix's row index.
Numerical Libraries
Supported in: 5.x
Reference