I received this error after updating Atom packages of Julia
"unknown package Juno required by Atom"
I attempt to solve using
Pkg.clone("https://github.com/JunoLab/Juno.jl.git")
Pkg.update()
using Atom
However, in next step Gallium gave an error.
I removed package Gallium and added again.
Then with existing installation of Atom, Julia works after precompilation finishes.
Thursday, September 15, 2016
Tuesday, September 06, 2016
Tuesday, August 30, 2016
Using Global Namespace functions
If you would like to use the global function while defining function with same name use this way :
Vector Vector::exp()
{
Vector& r = buffer.get();
for (int i = 0; i r.data[i] = ::exp(data[i]);
return buffer.next();
}
Vector Vector::exp()
{
Vector& r = buffer.get();
for (int i = 0; i
return buffer.next();
}
Monday, August 29, 2016
Thursday, April 21, 2016
Tuesday, March 08, 2016
Tuesday, March 01, 2016
Configuring Matlab MEX for VS15
XML files located in matlabroot '\bin\win64\mexopts'
Compiler options also stored on those XML files
http://kaba.hilvi.org/homepage/blog/vs2015_in_matlab_2015/vs_2015_in_matlab_2015.htm
Compiler options also stored on those XML files
http://kaba.hilvi.org/homepage/blog/vs2015_in_matlab_2015/vs_2015_in_matlab_2015.htm
Tuesday, January 12, 2016
Subscribe to:
Posts (Atom)
AI
Despite the benefits of AI we are starving for humanity.
-
It is difficult to create robot that cleans our arbitrary dirty dishes. However , if we put some digital information on dishes (special des...
-
Our parents were arranging their schedule according to sunrise and sunset. They are still consistent in their habit. However, in our generat...
-
Robot Particles Display: Current display devices can show any image for a very cheap price. But it will be very intresting if someone tr...