You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solves the tridiagonal linear system <imgsrc="https://latex.codecogs.com/svg.latex?\inline&space;\mathbf{A}\mathbf{x}=\mathbf{d}"/> for <imgsrc="https://latex.codecogs.com/svg.latex?\inline&space;x\in\mathbb{R}^{n}"title="x\in\mathbb{R}^{n}" /> using the tridiagonal matrix algorithm (i.e. the Thomas algorithm).
3
+
Solves the tridiagonal linear system <imgsrc="https://latex.codecogs.com/svg.latex?\inline&space;\mathbf{A}\mathbf{x}=\mathbf{d}"/> for <imgsrc="https://latex.codecogs.com/svg.latex?\inline&space;\mathbf{x}\in\mathbb{R}^{n}"title="\mathbf{x}\in\mathbb{R}^{n}" /> using the tridiagonal matrix algorithm (i.e. the Thomas algorithm).
0 commit comments