inla.mesh.1d.A.Rd since
23.08.18.
Use fmesher::fm_basis() instead.
Calculates barycentric coordinates and weight matrices for
inla.mesh.1d() objects.
inla.mesh.1d.bary(mesh, loc, method = c("linear", "nearest"))
inla.mesh.1d.A(mesh, loc, weights = NULL, derivatives = NULL, method = NULL)An inla.mesh.1d() object.
Coordinate values.
Interpolation method. If not specified for
inla.mesh.1d.A (recommended), it is determined by the mesh
basis function properties.
Weights to be applied to the A matrix rows.
If TRUE, also compute derivative weight matrices
dA and d2A.
inla.mesh.1d.bary():
since
23.08.18.
Use fmesher::fm_bary() instead.