force to use cholmod

조회 수: 18 (최근 30일)
Dohyun Kim
Dohyun Kim 2016년 7월 22일
편집: Dohyun Kim 2016년 7월 22일
I have theoretically symmetric sparse matrix which is not numerically symmetric.
After assemble my matrix, I have
max(max(abs(A-A')))=1.e-16
which is negligible.
However, matlab does not consider this matrix as symmetric matrix. Hence, matlab does not use CHOLMOD to solve this matrix.
Of course, I can do
A=(A+A')/2
or other thing to make A symmetric.
However, I don't want to do this because it takes quite long time to transpose and take sum.
Is there any other way to force matlab to use CHOLMOD?

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by