Skip to content

Commit b85898c

Browse files
committed
updated function header
1 parent 1647132 commit b85898c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tridiagonal.m

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,14 @@
55
%
66
% x = tridiagonal(A,d)
77
%
8-
% See also \, mldivide, /, mrdivide, inv, gaussian_elimination.
9-
%
108
% Copyright © 2021 Tamas Kis
11-
% Last Update: 2021-12-26
9+
% Last Update: 2022-04-16
1210
% Website: https://tamaskis.github.io
1311
1412
%
1513
% TECHNICAL DOCUMENTATION:
1614
% https://tamaskis.github.io/documentation/Tridiagonal_Matrix_Algorithm__Thomas_Algorithm_.pdf
1715
%
18-
% REFERENCES:
19-
% [1] MATH 2620 Course Reader (Vanderbilt University)
20-
% [2] https://en.wikipedia.org/wiki/Tridiagonal_matrix_algorithm
21-
% [3] https://www.cfd-online.com/Wiki/Tridiagonal_matrix_algorithm_-_TDMA_(Thomas_algorithm)
22-
%
2316
%--------------------------------------------------------------------------
2417
%
2518
% ------

0 commit comments

Comments
 (0)