[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Copying C array to a GSL vector
From: |
Fritz Sonnichsen |
Subject: |
Copying C array to a GSL vector |
Date: |
Thu, 10 Jun 2021 23:48:22 -0400 |
I am about to use some filtering routines and I am new to GSL. My C routine
creates a vector (1x1024) and I want to convert this to a gsl_vector type.
(In particular I want to use the /int gsl_vector_memcpy(gsl_vector *dest,
constgsl_vector *src) function.
I see copying routines in your document for copying gsl_vector types
(for example int gsl_vector_memcpy(gsl_vector *dest, constgsl_vector
*src) )
but I do not see one to copy my C vector to the gsl type for further
processing. Is there such a routine?
Thanks
Fritz
- Copying C array to a GSL vector,
Fritz Sonnichsen <=