Borrar filtros
Borrar filtros

How to decompose 2D matrix using CHOLESKY decomposition

4 visualizaciones (últimos 30 días)
shishir
shishir el 27 de Jul. de 2015
Editada: John D'Errico el 27 de Jul. de 2015
Hello,
How to decompose a 2D matrix (IMAGE) using CHOLESKY decomposition.
  1 comentario
John D'Errico
John D'Errico el 27 de Jul. de 2015
Editada: John D'Errico el 27 de Jul. de 2015
Huh? This fractional question makes no sense at all. Assuming that you actually have a 1-channel image, as a double precision matrix, in order to even TRY to use Cholesky on it, the image array would need to be symmetric and positive definite.
Nor would it make any sense at all to want to form a Cholesky factor for that array.
So this question is simply ridiculous as posted. Sorry, but it is. You may indeed have a valid question deeply hidden in there. But for a useful answer, you need to be far more clear. Or possibly you need to reconsider why you THINK you need to build a cholesky factor for an image.
If your question does not involve an image array (YOU DID EXPLICITLY SAY IMAGE THERE) and you jest need to know how to use chol then just type this:
doc chol
or even
help chol
The help docs already tell you far more than we will tell you in this limited space.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Linear Algebra en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by