Back Substitution Solution Functions
- ?pttrs
Solve the tridiagonal equation AX = B, where the coefficient matrix A is the ?pttrf factorization result. - ?ptts2
Solve the tridiagonal equation AX = B, where the coefficient matrix A is the ?pttrf factorization result. - ?gttrs
Solve the tridiagonal equation A * X = B, AT * X = B, or AH * X = B, where coefficient matrix A is the ?gttrf factorization result. - ?gtts2
- ?trtrs
Solve the trigonometric equation A * X = B or AT * X = B. - ?getrs
Solve the general linear equation A * X = B, AT * X = B, or AH * X = B. The coefficient matrix A is obtained by calling ?getrf. - ?pptrs
Solve the tridiagonal equation A * X = B, AT * X = B, or AH * X = B. The coefficient matrix A is obtained by calling ?gttrf.
Parent topic: Function Syntax