I am attempting to perform FFT operations on complex vectors.  In the FFT
section of the documentation, it makes a comment about using a
gsl_complex_vector type, but this type is not described anywhere in the
documentation.  In the section on Vectors, the gsl_vector's stride member is
described, but nowhere does it describe how to modify the size and stride
members.  If I want to create a complex vector with 5 complex numbers, would
I create a gsl_vector of size 10 and manually modify the stride to be 2?

 

Cory Burkhardt

_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to