[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Matrix / Vector multiplication
From: |
Peter Jay Salzman |
Subject: |
[Help-gsl] Matrix / Vector multiplication |
Date: |
Sun, 11 Feb 2007 02:28:02 -0500 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Just discovered GSL a few hours ago. Very neat!
I've been trying to figure out how to multiply a vector and matrix. How is
one supposed to compute something like
A x
given a gsl_matrix A and a gsl_vector x? Does x need to be defined as a
nx1 gsl_matrix for a column vector and a 1xn gsl_matrix for a row vector?
Thanks,
Peter
- [Help-gsl] Matrix / Vector multiplication,
Peter Jay Salzman <=