Fikir Deposu - Idea Warehouse
Halid Ziya Yerebakan
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();
}
Monday, August 29, 2016
A julia implementation for Parallel Dirichlet Process Slice Sampler
https://github.com/halidziya/DPSliceSampler.jl
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)
Turkce Tekerlemeler 17
Binilen at binek ise, inilen at inektir
(no title)
Real Time Transcription: In TV channels I realize that text is a little bit coming late after the speech. So , I think they are using...
Click to listen
Run following command in js console if you want make web sites audible with a click document.getElementsByTagName("p")].map(p =...
Robot Dish Washer
It is difficult to create robot that cleans our arbitrary dirty dishes. However , if we put some digital information on dishes (special des...