ADsparse {RTMB}R Documentation

AD sparse matrix class

Description

Sparse matrices in RTMB are essentially dgCMatrix with an advector x-slot.

Slots

x

Non-zeros

i

row indices (zero based)

p

col pointers (zero based)

Dim

Dimension


[Package RTMB version 1.7 Index]