ldl
에르미트 부정부호 행렬(Hermitian Indefinite Matrix)의 블록 LDL 분해
구문
설명
비희소 형식 데이터
[
은 L
,D
,P
] = ldl(___,outputForm
)outputForm
으로 지정된 형식으로 치환 정보를 반환합니다. outputForm
을 "vector"
로 지정하여 치환 정보를 벡터로 반환할 수 있습니다.
희소 형식 데이터
[___] = ldl(___,
은 outputForm
)outputForm
으로 지정된 형식으로 치환 정보를 반환합니다. outputForm
을 "vector"
로 지정하여 치환 정보를 벡터로 반환할 수 있습니다.
예제
입력 인수
출력 인수
세부 정보
참고 문헌
[1] Ashcraft, Cleve, Roger G. Grimes, and John G. Lewis. “Accurate Symmetric Indefinite Linear Equation Solvers.” SIAM Journal on Matrix Analysis and Applications 20, no. 2 (January 1998): 513–61. https://doi.org/10.1137/S0895479896296921.
[2] Anderson, E., Z. Bai, C. Bischof, L. S. Blackford, J. Demmel, J. Dongarra, J. Du Croz, A. Greenbaum, S. Hammarling, A. McKenny, and D. Sorensen. LAPACK Users’ Guide. Philadelphia: Society for Industrial and Applied Mathematics, 1999. https://doi.org/10.1137/1.9780898719604.
[3] Duff, Iain S. “MA57---a Code for the Solution of Sparse Symmetric Definite and Indefinite Systems.” ACM Transactions on Mathematical Software 30, no. 2 (June 2004): 118–44. https://doi.org/10.1145/992200.992202.
확장 기능
버전 내역
R2006a 이전에 개발됨
참고 항목
chol
| lu
| qr
| decomposition