as_dgCMatrix: Fast Coercion to Sparse Matrix

View source: R/RcppExports.R

as_dgCMatrixR Documentation

Fast Coercion to Sparse Matrix

Description

Fast and efficient coercion of standard matrix objects to sparse matrices. Borrowed from http://gallery.rcpp.org/articles/sparse-matrix-coercion/. INTERNAL USE ONLY.

Usage

as_dgCMatrix(XX_)

Arguments

XX_

An object of class Matrix that has a sparse structure suitable for coercion to a sparse matrix format of dgCMatrix.

Value

An object of class dgCMatrix, coerced from input XX_.


hal9001 documentation built on Nov. 14, 2023, 5:08 p.m.