mat_row_extract: Extract matrix row.

View source: R/RcppExports.R

mat_row_extractR Documentation

Extract matrix row.

Description

Extract a specific row of a matrix.

Usage

mat_row_extract(m, x)

Arguments

m

a matrix.

int

na integer indicating the row number to extract.

Value

An integer vector corresponding the row extract.

Author(s)

Sebastian Sosa, Ivan Puga-Gonzales.


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

Related to mat_row_extract in ANTs...