grantbrown / inla

Automatically exported from code.google.com/p/inla
5 stars 6 forks source link

Inconsistent sparse matrix representation: inla.mesh.project and inla.make.lincombs #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
inla.mesh.project(...)$A generates a sparase dgCMatrix which can not be used as 
an input for inla.make.lincombs.
inla.make.lincombs requires a dgTMatrix, which can be achieved by a call to 
inla.as.dgTMatrix(A). This should preferably be done internally.

Original issue reported on code.google.com by f98...@gmail.com on 16 May 2011 at 11:26

GoogleCodeExporter commented 9 years ago
Changeset 1022 fixes this issue

Original comment by havard.rue on 16 May 2011 at 12:23