Skip to content

Commit

Permalink
v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Oct 19, 2019
1 parent b0ad3c5 commit d8d8979
Show file tree
Hide file tree
Showing 47 changed files with 1,072 additions and 1,605 deletions.
4 changes: 2 additions & 2 deletions MATLAB_Tools/Factorize/Contents.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
% factorization_chol_sparse - P'*A*P = L*L' where A is sparse and sym. pos. def.
% factorization_cod_dense - complete orthogonal factorization: A = U*R*V' where A is full.
% factorization_cod_sparse - complete orthogonal factorization: A = U*R*V' where A is sparse.
% factorization_ldl_dense - P'*A*P = L*D*L' where A is sparse and full
% factorization_ldl_dense - A(p,p) = L*D*L' where A is sparse and full
% factorization_ldl_sparse - P'*A*P = L*D*L' where A is sparse and symmetric
% factorization_lu_dense - P*A = L*U where A is square and full.
% factorization_lu_dense - A(p,:) = L*U where A is square and full.
% factorization_lu_sparse - P*A*Q = L*U where A is square and sparse.
% factorization_qr_dense - A = Q*R where A is full.
% factorization_qr_sparse - (A*P)'*(A*P) = R'*R where A is sparse.
Expand Down
2 changes: 1 addition & 1 deletion MATLAB_Tools/Factorize/Demo/factorize_demo.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
%
% "Don't let that INV go past your eyes; to solve that system, FACTORIZE!"

%% How to use BACKSLASH solve A*x=b
%% How to use BACKSLASH to solve A*x=b
%
% First, let's create a square matrix A and a right-hand-side b for a
% linear system A*x=b. There are many ways to solve this system. The
Expand Down
Binary file modified MATLAB_Tools/Factorize/Doc/factorize_article.pdf
Binary file not shown.
274 changes: 140 additions & 134 deletions MATLAB_Tools/Factorize/Doc/factorize_demo.html

Large diffs are not rendered by default.

Binary file modified MATLAB_Tools/Factorize/Doc/factorize_demo.pdf
Binary file not shown.
Loading

0 comments on commit d8d8979

Please sign in to comment.