User Portlet
Discussions |
---|
![enter image description here][2] -- you have earned ***Featured Contributor Badge*** ![enter image description here][1] Your exceptional post has been selected for our editorial column ***Staff Picks*** http://wolfr.am/StaffPicks and [Your... |
Luckily with the help of Google I found: [http://stackoverflow.com/questions/18727964/nvcc-exe-linking-error-microsoft-visual-studio-configuration-file-vcvars64-bat] Microsoft Visual Studio Community 13 installs 2 compiler families in C:\Program... |
It's (trivially) a palindrome in any base >= 2016.. |
When FindMinimum evaluates the first argument, k does not yet have a value so because of Plus threading we get [mcode]In[4]:= Norm[A.k - b] Out[4]= Sqrt[Abs[-8 + {{1, 1}, {1, 2}, {1, 3}}.k]^2 + 2 Abs[-7 + {{1, 1}, {1, 2}, {1, 3}}.k]^2] In[5]:= % /.... |
The problem is the Compile does not supportĀ Interpolation, so it will call the main evaluator. One way around that is to implement your own interpolator, but that requires a bit more code. |