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

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -