필터 지우기
필터 지우기

Sparse Matrix Inversion / Thomas method

조회 수: 1 (최근 30일)
Kamuran
Kamuran 2014년 8월 14일
I have differential equation that I am solving with FV method. From FV I have tri-diagonal sparse matrix and I use
SprD=sparse(DD); %DD is my FV matrix u=SprD\RHST % RHST is my Right hand side of the differential equation and u is the solution.
What I realized; Matlab does not work in parallel to solve this system. If I did not put sparse(DD) it would be parallel. I am trying to find if Matlab has an option to solve sparse Matrix system in parallel, or a parallel Thomas method.
Thank you.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by