C++ AMP suitable matrix library for inversion, QR decomposition -


i require matrix library c++ amp able perform basic operations matrix inversion arbitrarily sized matrices , qr decomposition.

i found there blas amp implementation, not find anywhere stated whether or not blas can perform matrix inversion, can enlighten me capabilities and/or suggest more suitable parallel matrix library amp? thanks!

edit: found lapack amp library capable of matrix inversion (i think), it's still in development :(

as far know, best bet lapack library linked to. c++ amp still new , doesn't seem have large uptake in scientific computing far.

there other c++ amp libraries in development may of interest you.

  1. algorithms
  2. blas
  3. fft
  4. random number generation
  5. generic kernels

Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -