Azzera filtri
Azzera filtri

Efficient V'*S*V matrix multiplication?

1 visualizzazione (ultimi 30 giorni)
Henry Wolkowicz
Henry Wolkowicz il 18 Giu 2020
Modificato: James Tursa il 18 Giu 2020
I have a matrix V with orthonormal columns, order n x k, and a symmetric, indefinite, matrix Z. Is there a lapack or blas routing to efficiently do the multiplication
V'*Z*V
If I do this in matlab, the result is NOT a symmetric matrix and has to be symmetrized and the result has roundoff of order 1e-13 for n approx 1,000
  1 Commento
James Tursa
James Tursa il 18 Giu 2020
Modificato: James Tursa il 18 Giu 2020
Do you have a C/C++ compiler installed where a mex routine could get at the BLAS symmetric matrix multiply routines directly? Are your matrices real or complex?

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Colormaps in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by