mat_cols_sums: From Column Sums.

View source: R/RcppExports.R

mat_cols_sumsR Documentation

From Column Sums.

Description

Column Sums of an adjacency matrix.

Usage

mat_cols_sums(m)

Arguments

m

a matrix.

Value

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

Author(s)

Sebastian Sosa, Ivan Puga-Gonzales.


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

Related to mat_cols_sums in ANTs...