cost 100 ms
BLAS, Fortran and OpenMP

One of the core operations of my code is sum of N velocity fields, each one weighted by a gaussian random variable, into a single velocity field. In L ...

Wrong eigenvector with MKL sgeev

I want to compute the eigenvalues and eigenvectors of a matrix. I'm using sgeev of MKL lapack. I have this very simple test code: It gives the rig ...

Raise a matrix to a power

Suppose we have a Hermitian matrix A that is known to have an inverse. I know that ZGETRF and ZGETRI subroutines in LAPACK library can compute the in ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM