Effacer les filtres
Effacer les filtres

Is cholupdate not supported for sparse matrices?

2 vues (au cours des 30 derniers jours)
Alec
Alec le 10 Mai 2014
I have a large sparse matrix `A` and I issue:
[L,p] = chol(A);
Then I try to delete a row using
[L1] = cholupdate(A,L(:,1),'-');
I get the error:
Undefined function 'cholupdate' for input arguments of type 'double' and attributes
'sparse 2d real'.
However this works if I make `A` full (dense).
So is cholupdate not supported for sparse matrices?

Réponses (0)

Catégories

En savoir plus sur Linear Algebra dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by