Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
4cf26dce
Commit
4cf26dce
authored
Jun 09, 2008
by
Thomas Witkowski
Browse files
* Small bugfix
parent
90b7d422
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/PardisoSolver.cc
View file @
4cf26dce
#include
"PardisoSolver.h"
#include
"SystemVector.h"
#include
"MatVecMultiplier.h"
#ifdef HAVE_MKL
namespace
AMDiS
{
int
UmfPackSolver
<
SystemVector
>::
solveSystem
(
MatVecMultiplier
<
SystemVector
>
*
matVec
,
template
<
>
int
PardisoSolver
<
SystemVector
>::
solveSystem
(
MatVecMultiplier
<
SystemVector
>
*
matVec
,
SystemVector
*
x
,
SystemVector
*
b
)
{
return
(
1
);
}
}
#endif // HAVE_MKL
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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