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:
Posts (Atom)
Turkce tekerlemeler 14
Bak bakalim bakkalda tabak kaldi mi ?
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...
(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...
Web2 Web3
Layoffs from cloud companies Amazon, Google and Microsoft is fade of Web2. But Metaverse is failed attempt to create Web3 so far. My perspec...