make_csc_matrix: Convert a matrix to CSC (Compressed Sparse Column) format

View source: R/sparse.R

make_csc_matrixR Documentation

Convert a matrix to CSC (Compressed Sparse Column) format

Description

Convert a matrix to CSC (Compressed Sparse Column) format

Usage

make_csc_matrix(x)

Arguments

x

A matrix, dgCMatrix, or simple_triplet_matrix

Value

A list with components i (row indices, 0-based), p (column pointers, 0-based), x (values), nrow, ncol


scip documentation built on Aug. 30, 2026, 5:07 p.m.