필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Square matrix factorization to increase sparsity for GPU use

조회 수: 3 (최근 30일)
Octavian
Octavian 2015년 4월 2일
마감: MATLAB Answer Bot 2021년 8월 20일
Dear All,
I have a full (no zeros) real asymmetric square matrix A in a loop on the GPU (to increase execution speed compared with the cpu), which limits the use of the code for smaller A sizes that I need. Is there, and if so, which one, an efficient factorization type for matrix A (full, asymetric, real) leading to sparser output f(A)? When I say sparser, I am not referring to the sparsity of individual output matrices (which may be increased, say with triagular or identity matrix factors), but the sparsity of the whole factorization output f(A), so when taken elementwise f(A) is consistently less memory costly than A. Thank you,
Octavian

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by