band_matrix {ADtools}R Documentation

Band matrix

Description

Band matrix

Usage

band_matrix(nr, nc, x = 1)

Arguments

nr

integer; row dimension.

nc

integer; column dimension.

x

A scalar or a vector to be placed on the diagonal of the matrix.

Examples

band_matrix(2, 3)
band_matrix(2, 3, c(999))
band_matrix(2, 3, c(999, 111))


[Package ADtools version 0.5.5 Index]