Quantcast
Channel: Intel® Software - Intel® oneAPI Math Kernel Library & Intel® Math Kernel Library
Browsing all 3005 articles
Browse latest View live

Intel® Math Kernel Library 11.1 Update 2 is now available

Intel® Math Kernel Library (Intel® MKL) is a highly optimized, extensively threaded, and thread-safe library of mathematical functions for engineering, scientific, and financial applications that...

View Article


sparse equation system

Hi!In the below code, I have declared one matrix and one vector: A[3][3] and B[3]. The  matrix A is symmetric from main diagonal. I converted the matrix A from dense format to CSR format, and from CSR...

View Article


MKL on Visual Studio 2012 with V110_XP toolset

Visual Studio 2012 did not compile for Windows XP until the service pack 1 was released. It introduced v110_xp toolset. Using this toolset you can compile for Windows XP win VS2012.I installed update 4...

View Article

MKL sequential parallel option and FFT

Hi, I got an question.What is different between sequential and parallel options in mkl ?When I try to use FFT, two different options bring me two different answers. ( The input and output are different...

View Article

Subroutine to solve system of equation with the accuracy better than double...

I'm currently using the GESV subroutine from MKL library  to solve the system of equations (A.x=B). The number I used is Double Precision.I see the results are accurate up to 11 digits after the...

View Article


VML for safe evaluation of function

Hello,         I plan to use VML to evalaute the following functions:y = x / (exp(x) - 1)   and dy/dx =  1/(exp(x)-1)  - x exp(x)/(exp(x)-1)^2I have to make sure that, i do not get NAN or Infinity at x...

View Article

Progress bar for FEAST eigensolver

Does anyone know if it is possible to determine the progress of an eigenvalue analysis using the Feast solver? I use it to calculate the natural frequencies of buildings and bridges and, for medium...

View Article

QR decomposition for transposed matrices

Hi,could you please help with a solution of the following issue.There is a simple Z*beta=Y overdetermined linear system with respect to beta and I want to solve it with MKL/QR decomposition. I read...

View Article


Pardiso test example fail

I am trying to debug my implementation of PARDISO, but unfortunately I cannot get even a simple example to work.I created a 6x6 matrix with 16 non-zero elements and used the mkl ddnscsr routine to...

View Article


MKL numpy/scipy not passing tests

Hi,I've been pulling my hair out for a few days trying to get a build of numpy/scipy against the MKL to pass all the scipy tests.  I've ran out of ideas to try, so any ideas on what to try next would...

View Article

Use array of floats as argument

Is it possible to use an array of floats as parameters when using dgemm?

View Article

Use array of floats as argument

Is it possible to use an array of floats as parameters when using dgemm?

View Article

Use array of floats as argument

Is it possible to use an array of floats as parameters when using dgemm?

View Article


Use array of floats as argument

Is it possible to use an array of floats as parameters when using dgemm?

View Article

Use array of floats as argument

Is it possible to use an array of floats as parameters when using dgemm?

View Article


Use array of floats as argument

Is it possible to use an array of floats as parameters when using dgemm?

View Article

MKL numpy/scipy not passing tests

Hi,I've been pulling my hair out for a few days trying to get a build of numpy/scipy against the MKL to pass all the scipy tests.  I've ran out of ideas to try, so any ideas on what to try next would...

View Article


How can I remove a column from a sparse matrix (CSR) using MKL

I need to revove a column from a large sparse matrix that is stored in CSR format, using MKL.  I cannot find an MKL routine that does this directly.  Can anyone tell me how it can be done?   I'm using...

View Article

SVD runs very slow and sometimes doesn't return for matrices which cannot...

Hi GuysI have been struggling with the MKL SVD computation recently. So I really appreciate if anyone can help out.Basically I am using MKL SVD to calculate the first two eigenvectors for a matrix. I...

View Article

misunderstanding of pardiso_64

Dear sir or madam:Hi, I need to use mkl pardiso to help me solve problem in 64bit linux system. Because I use 64bit-integer (ILP64 interface layer), I need to make use the function, compile command and...

View Article
Browsing all 3005 articles
Browse latest View live