Skip to contents

Create a constant mapper

Usage

bm_const()

bru_mapper_const()

Examples

m <- bm_const()
ibm_eval2(m, input = 1:4)
#> $offset
#> [1] 1 2 3 4
#> 
#> $jacobian
#> 4 x 0 sparse Matrix of class "dgCMatrix"
#>     
#> [1,]
#> [2,]
#> [3,]
#> [4,]
#>