필터 지우기
필터 지우기

Multiplication of Sparse complex matrix and a full matrix

조회 수: 4 (최근 30일)
D_coder
D_coder 2018년 8월 26일
답변: Walter Roberson 2018년 8월 26일
Let A be a sparse matrix and B be a full matrix . C = A.*B. Will multiplication of elements of B corresponding to the zero elements of A be eliminated?
  댓글 수: 2
Stephen23
Stephen23 2018년 8월 26일
편집: Stephen23 2018년 8월 26일
" Will multiplication of elements of B corresponding to the zero elements of A be eliminated?"
What do you mean by "eliminated"? This is not a MATLAB term that I am familiar with.
D_coder
D_coder 2018년 8월 26일
it means will the mutliplication with zero be saved? Or still the multiplication will occur

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2018년 8월 26일
The sparse multiplication will skip multiplying the elements that are known to be 0 in the sparse matrix.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sparse Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by