Efficient V'*S*V matrix multiplication?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
James Tursa
2020년 6월 18일
편집: James Tursa
2020년 6월 18일
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?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!