Example:
DLLEXPORT int s_cholesky_solve(int n, int nrhs, float a[], float b[])
{
float* clone = new float[n*n]; // allocation of clone
std::memcpy(clone, a, n*n*sizeof(float));
char uplo...
Id #5701 | Release:
None
| Updated: Dec 30 2011 at 1:17 PM by Kelnoz | Created: Dec 30 2011 at 1:17 PM by Kelnoz