
Mehmet OZTURK
Karadeniz Technical University
Followers: 0 Following: 0
Feeds
已提交
MATLAB trilinear interpolation
A Matlab mex function to perform trilinear interpolation.
11 years 前 | 1 次下载 |
已提交
intersectPlaneSurf
Intersection points of an arbitrary surface with an arbitrary plane.
11 years 前 | 1 次下载 |

已提交
DISTANCE2LINE c++ mex
Orthogonal euclidean distances of points to a line with c++ mex
11 years 前 | 2 次下载 |

已提交
IntersectPlaneTriangle mex
Calculation of intersection between a plane and a triangle
11 years 前 | 2 次下载 |

提问
CPU vs GPU - Is it reasonable?
x1GPU=gpuArray.randn(3,10000); x2GPU=gpuArray.randn(3,5000); tic,for i=1:10000, bsxfun(@minus, x1GPU(:,i), x2GPU); end, ...
11 years 前 | 2 个回答 | 0
2
个回答已提交
MYUNIQUE
finds uniqe entries, indices and number of occurances of the unique elements
18 years 前 | 1 次下载 |