To build the the precision matrix for a spacetime model given the temporal and the spatial meshes.
stModel.precision(smesh, tmesh, model, theta, verbose = FALSE)
a (sparse) precision matrix, as in Lindgren et. al. (2023)
a mesh object over the spatial domain.
a mesh object over the time domain.
a string identifying the model. So far we have the following models: '102', '121', '202' and '220' models.
numeric vector of length three with \(log(gamma_s, gamma_t, gamma_e)\).
logical to print intermediate objects.