[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Use gsl_vector_fprintf for multiple columns?
From: |
Joseph Smidt |
Subject: |
[Help-gsl] Use gsl_vector_fprintf for multiple columns? |
Date: |
Wed, 16 Dec 2009 10:00:40 -0800 |
Hello,
I deal with many data files with multiple columns like this:
1 2.3 5.7
2 4.5 3.4
3 5.8 3.9
4 6.2 1.2
...
I would like to read in such files with multiple columns, each
representing a different vector like this one, then write a new
similar data file with multiple columns, each one representing a
different vector.
Is this possible to do with tools from gsl such as
gsl_vector_fprintf and gsl_vector_fscanf or some other similar gsl
tool? Thanks.
--
------------------------------------------------------------------------
Joseph Smidt <address@hidden>
Physics and Astronomy
4129 Frederick Reines Hall
Irvine, CA 92697-4575
Office: 949-824-3269
- [Help-gsl] Use gsl_vector_fprintf for multiple columns?,
Joseph Smidt <=