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
Backofen, Rainer
amdis
Commits
0f78bc5e
Commit
0f78bc5e
authored
Oct 22, 2009
by
Thomas Witkowski
Browse files
Removed output in umfpack.
parent
bcd6dbd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/UmfPackSolver.h
View file @
0f78bc5e
...
...
@@ -89,10 +89,7 @@ namespace AMDiS {
solver
->
update
();
int
code
=
(
*
solver
)(
x
,
b
);
print
(
x
);
std
::
cout
<<
std
::
endl
;
mtl
::
dense_vector
<
value_type
>
r
(
b
);
r
-=
A
*
x
;
residual
=
two_norm
(
r
);
// std::cout.precision(5);
std
::
cout
<<
"UmfPackSolver: ||b-Ax|| = "
<<
residual
<<
"
\n
"
;
return
code
;
}
...
...
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