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
f582eb49
Commit
f582eb49
authored
Dec 05, 2011
by
Naumann, Andreas
Browse files
wrong output format
parent
d464d6e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/MTL4Solver.h
View file @
f582eb49
...
...
@@ -90,11 +90,11 @@ namespace AMDiS {
VecMap
<
Vector
,
Mapper
>
bVecMap
(
b
,
mapper
);
mtl_b
<<
bVecMap
;
MSG
(
"fill MTL4 matrix needed %
5
.f seconds
\n
"
,
t
.
elapsed
());
MSG
(
"fill MTL4 matrix needed %.
5
f seconds
\n
"
,
t
.
elapsed
());
t
.
reset
();
error
=
worker
.
solve
(
matrix
,
mtl_x
,
mtl_b
);
MSG
(
"solve MTL4 matrix needed %
5
.f seconds
\n
"
,
t
.
elapsed
());
MSG
(
"solve MTL4 matrix needed %.
5
f seconds
\n
"
,
t
.
elapsed
());
MTLVector
r
(
mtl_b
);
r
-=
matrix
*
mtl_x
;
...
...
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