mat_rows_sums: From row Sums.

View source: R/RcppExports.R

mat_rows_sumsR Documentation

From row Sums.

Description

row Sums of an adjacency matrix.

Usage

mat_rows_sums(x)

Arguments

m

a matrix.

Value

An integer vector. Each elements correspond to the sum of the corresponding row.

Author(s)

Sebastian Sosa, Ivan Puga-Gonzales.


ANTs documentation built on July 3, 2022, 1:05 a.m.

Related to mat_rows_sums in ANTs...