0
En revisión
Add precomputeLU support for dense matrix
Now, precomputeLU only supports sparse matrix. In addition, Maybe also precomputeQR.
Servicio de atención al cliente por UserEcho
Dense matrices is way more easy/faster to handle.
In future versions we will support same syntax for sparse matrices (and also will keep the precomputeLU)
Thanks for your help. But I think the following matlab code is more convenient (It is in the lu page of matlab document):
What do you think of it?
This is the same idea as 'precomputeLU', but we introduced it years before 'decomposition'.
We will support 'decomposition' in future versions, of course.