User Portlet User Portlet

Discussions
Hello. Here are the outputs for commands you asked: In[2]:= CUDAQ[] Out[2]= True In[3]:= InstallCUDA[] Out[3]= Success["CUDALinkLoaded", Association[ "MessageTemplate" :> "CUDALink installation...
Thanks a lot.
Hi, I am having trouble transferring complex matrices from Mathematica to R. In particular, the Fourier matrix, mat1, in the following code is presenting a problem. w0 = N@2 Pi/101 mat1 = Table[(Exp[I w0]^Range[3])^i, {i, 0, 2}] mat2...
I think the driver version seems to be the problem. Unfortunately, the latest driver for my card is 391.35.
Hi, I have noticed that there is no way to get subband decompositions out of the `DiscreeteWaveletTransform[]` with `CDFWavelet[]` that is of size a power of two. For example, consider the following code fragment: data = RandomReal[{0, 1},...