control.taucs {INLA}R Documentation

control.taucs

Description

Control variables in ⁠control.*⁠ for use with inla(). The functions can be used to TAB-complete arguments, and returns a list of the default control arguments, unless overridden by specific input arguments.

Usage

control.taucs(block.size = 40)

inla.set.control.taucs.default(...)

Arguments

block.size

Preferred number of rhs's in each parallel solve

...

Named arguments passed on to the main function

Details

Extra options controlling the TAUCS library

See Also

Other control: control.bgev(), control.compute(), control.expert(), control.family(), control.fixed(), control.gcpo(), control.group(), control.hazard(), control.inla(), control.lincomb(), control.link(), control.lp.scale(), control.mix(), control.mode(), control.numa(), control.pardiso(), control.pom(), control.predictor(), control.scopy(), control.sem(), control.stiles(), control.update(), control.vb()


[Package INLA version 25.06.13 Index]