[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] GSL Matrix from preexisting data
From: |
Mathias Wagner |
Subject: |
[Help-gsl] GSL Matrix from preexisting data |
Date: |
Fri, 13 Aug 2004 12:14:42 +0200 |
User-agent: |
KMail/1.6.2 |
Hi,
I would like to use GSL's LU Decomposition. The data are storred in A Blitz++
(http://www.oonumerics.org/blitz/) Array. I can get access the data in a
one-dimensional C-Array (via the .data() function)
Is there a way to create a GSL Matrix from a one-dimensional C-Array ?
Is there are easy way to calculate A X = B with A,B and X are matrices?
Mathias
- [Help-gsl] GSL Matrix from preexisting data,
Mathias Wagner <=