How to enhance the performance of Matalb's function sqrtm?

4 visualizaciones (últimos 30 días)
Muh Alam
Muh Alam el 22 de Nov. de 2021
Respondida: Christine Tobler el 23 de Nov. de 2021
I have code that involves computing the matrix square root using the
sqrtm
function and when anlyzing the code performance it turns out that this function takes about 35% of the total time of the code?
Is there anyway I can make it runs more effeciently?
Thanks and my appologies if this question appears repeated!

Respuestas (1)

Christine Tobler
Christine Tobler el 23 de Nov. de 2021
Not in general. You might be able to find a cheaper but less accurate way to compute this, but if that's acceptable would depend on what kinds of inputs you have, and what you then do with the outputs.
If the input to sqrtm is always a symmetric positive definite matrix, you might look into whether the Cholesky factor could work instead of the matrix square root, this would be cheaper to compute.

Categorías

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

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by