Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Conor Joseph Mccoid
UNIGE
Commits
ebecf0cc
Commit
ebecf0cc
authored
Nov 20, 2021
by
conmccoid
Browse files
Extrap: added note at end of Householder reflection algo
parent
aaf9aa56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Research/Extrapolation methods/Code/ALGO_extrap_MPE_v3_20211119.m
View file @
ebecf0cc
...
...
@@ -18,4 +18,8 @@ for i=1:min(d,k)
r_out
(
i
)
=
norm
(
F
(:,
1
:
i
)
*
u
);
end
end
end
\ No newline at end of file
end
% note: this is equivalent to previous formulation of HH reflections, with
% no significant change in results; also, unsure how to apply GMRES for k
% greater than d
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment