[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Multiply two matrix that stored in two vectors
From: |
rio |
Subject: |
[Help-gsl] Multiply two matrix that stored in two vectors |
Date: |
Thu, 7 Aug 2014 02:33:32 +0430 |
Hi
I stored the matrix in a vector.
4x4 Matrix => 1x16 Vector
A=
5 5 5 5
5 5 5 5 ==> 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5
5 5 5 5
B=
7 7 7 7
7 7 7 7 ==> 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7
7 7 7 7
C=AxB
Now I want to multiply two matrix that stored in two vector, but I dont want
to restore the matrix from vector. Doing multply based on vectores by using
BLAS.
Could you please help me?
Best regards,
rio
- [Help-gsl] Multiply two matrix that stored in two vectors,
rio <=