make_csc_matrix: Convert a plain matrix or simple triplet form matrix to a...

View source: R/ecos.R

make_csc_matrixR Documentation

Convert a plain matrix or simple triplet form matrix to a [Matrix::dgCMatrix-class] (implicit) form

Description

Convert a plain matrix or simple triplet form matrix to a [Matrix::dgCMatrix-class] (implicit) form

Usage

make_csc_matrix(x)

Arguments

x

a matrix or a simple triplet form matrix

Value

a list of row pointer, column pointer, and values corresponding to a [Matrix::dgCMatrix-class] object


bnaras/ECOSolveR documentation built on June 8, 2024, 2:29 a.m.