- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi,
I'm interested in sparse matrix solvers of MKL library. I use Java at the moment and call mkl. I went through the Java examples and they worked fine. However, there is no sparse matrixsolver examples.There are some examples for some basic sparse matrix operations, but that is not what I'm looking for. As I understood I need to call Pardiso somehow, but can't find any interface for it. Does anybody have any experience with this?
Thanks,
Evren
I'm interested in sparse matrix solvers of MKL library. I use Java at the moment and call mkl. I went through the Java examples and they worked fine. However, there is no sparse matrixsolver examples.There are some examples for some basic sparse matrix operations, but that is not what I'm looking for. As I understood I need to call Pardiso somehow, but can't find any interface for it. Does anybody have any experience with this?
Thanks,
Evren
Enlace copiado
4 Respuestas
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Quoting - eunsal
Hi,
I'm interested in sparse matrix solvers of MKL library. I use Java at the moment and call mkl. I went through the Java examples and they worked fine. However, there is no sparse matrixsolver examples.There are some examples for some basic sparse matrix operations, but that is not what I'm looking for. As I understood I need to call Pardiso somehow, but can't find any interface for it. Does anybody have any experience with this?
Thanks,
Evren
I'm interested in sparse matrix solvers of MKL library. I use Java at the moment and call mkl. I went through the Java examples and they worked fine. However, there is no sparse matrixsolver examples.There are some examples for some basic sparse matrix operations, but that is not what I'm looking for. As I understood I need to call Pardiso somehow, but can't find any interface for it. Does anybody have any experience with this?
Thanks,
Evren
what do you mean? I assume you call Fortran from Java via C++ and then the header would be
[cpp]void pardiso(
_MKL_DSS_HANDLE_t *, _INTEGER_t *, _INTEGER_t *,
_INTEGER_t *, _INTEGER_t *, _INTEGER_t *,
_DOUBLE_PRECISION_t *, _INTEGER_t *, _INTEGER_t *,
_INTEGER_t *, _INTEGER_t *, _INTEGER_t *,
_INTEGER_t *, _DOUBLE_PRECISION_t *, _DOUBLE_PRECISION_t *,
_INTEGER_t *);
[/cpp]
You can get all headers in mkl/include directory. If you meant something else, please elaborate.
A.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Quoting - ArturGuzik
Evren,
what do you mean? I assume you call Fortran from Java via C++ and then the header would be
You can get all headers in mkl/include directory. If you meant something else, please elaborate.
A.
what do you mean? I assume you call Fortran from Java via C++ and then the header would be
[cpp]void pardiso(
_MKL_DSS_HANDLE_t *, _INTEGER_t *, _INTEGER_t *,
_INTEGER_t *, _INTEGER_t *, _INTEGER_t *,
_DOUBLE_PRECISION_t *, _INTEGER_t *, _INTEGER_t *,
_INTEGER_t *, _INTEGER_t *, _INTEGER_t *,
_INTEGER_t *, _DOUBLE_PRECISION_t *, _DOUBLE_PRECISION_t *,
_INTEGER_t *);
[/cpp]
You can get all headers in mkl/include directory. If you meant something else, please elaborate.
A.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Hi,
I am running the Java examples in MKL Examples folder. The examples import "com.intel.mkl.*".All examples run fine, however, there are example withfunctions from Pardiso.When I looked at the 'wrappers' folder, there are wrappers for LAPACK, CBLAS, VML etc., but no Pardiso. I assumed that is why I wasn't able to call afunction from Pardiso because there is no wrapper written for it.
I have no experience with this as I only used Java libraries before.So Ifollowed the examples and tried to make it work. My main question, I guess, do I needa seperate wrapper for Pardiso or is there any other way to call it from Java?
Quoting - ArturGuzik
Evren,
what do you mean? I assume you call Fortran from Java via C++ and then the header would be
You can get all headers in mkl/include directory. If you meant something else, please elaborate.
A.
what do you mean? I assume you call Fortran from Java via C++ and then the header would be
[cpp]void pardiso(
_MKL_DSS_HANDLE_t *, _INTEGER_t *, _INTEGER_t *,
_INTEGER_t *, _INTEGER_t *, _INTEGER_t *,
_DOUBLE_PRECISION_t *, _INTEGER_t *, _INTEGER_t *,
_INTEGER_t *, _INTEGER_t *, _INTEGER_t *,
_INTEGER_t *, _DOUBLE_PRECISION_t *, _DOUBLE_PRECISION_t *,
_INTEGER_t *);
[/cpp]
You can get all headers in mkl/include directory. If you meant something else, please elaborate.
A.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
Responder
Opciones de temas
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla