shiftMatrix {ACV} | R Documentation |
Construct shift matrix
Description
Internal function for creation of sparse shift matrix.
Usage
shiftMatrix(n, q)
Arguments
n |
Integer specifying dimensions of the shift matrix. |
q |
Integer specifying the order of the shift matrix. Value |
Value
Returns a sparse matrix (class "ngCMatrix"
).
[Package ACV version 1.0.2 Index]