assign_matrix_dense: Create a matrix from a triplet representation

Description Usage Arguments Value

View source: R/io.R

Description

A somewhat optimized constructor of dense matrices from triplets

Usage

1
assign_matrix_dense(raw, row.ids, col.ids)

Arguments

raw

data.frame in triplet form where each row represents a triplet

row.ids

The row ids

col.ids

The col ids

Value

A matrix


futile.matrix documentation built on May 2, 2019, 4:22 a.m.