Learn R Programming

gmwm (version 2.0.0)

sum_field_vec: Accumulation of Armadillo field

Description

Sums vectors in a field into a single variable.

Usage

sum_field_vec(x)

Arguments

x
A field.

Value

An mat containing the field elements within a column.

Examples

Run this code
x=rnorm(100)

Run the code above in your browser using DataLab