How does the time for the backslash operator depend on the type of linear systems?
조회 수: 3 (최근 30일)
이전 댓글 표시
How does the time for the backslash operator depend on the type of linear systems (overdetermined and underdetermined)? Does it depend on whether the matrix is of full rank?
댓글 수: 1
Walter Roberson
2019년 4월 30일
편집: Walter Roberson
2019년 4월 30일
You should look through https://www.mathworks.com/help/matlab/ref/mldivide.html#bt4jslc-6 to figure out which algorithm is being used for your case.
Overdetermined and underdetermined would both likely be non-square.
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!