Displaying 1 result from an estimated 1 matches for "vclmatrix".
Did you mean:
glmatrix
2017 Oct 19
0
gpuR 2.0.0 released
...ew Features:
1. Added functionality to create custom OpenCL functions from user
provided kernels
2. Added 'synchronize' function to assure completion of device calls
(necessary for benchmarking)
3. Added determinant function (det)
4. Allow for gpuR object - base object interaction (e.g. vclMatrix * matrix)
5. Added ?inplace' function for ?inplace' operations. These operations
include '+', '-', '*', '/', 'sin', 'asin', 'sinh', 'cos', 'acos',
'cosh', 'tan', 'atan', 'tanh'.
6. Adde...