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

Reply via email to