Re: [Help-gsl] Matrix memory deallocation problem

2006-07-06 Thread James Bergstra
On Thu, Jul 06, 2006 at 04:02:06PM +0100, Wei Cheng wrote: > I know it would be more efficient to do it in BLAS way, but , the reason i > need the matrix matrix multiplication function to return a matrix result is > because I have very complicated matrix operations, this matrix product is just > a

Re: [Help-gsl] Matrix memory deallocation problem

2006-07-06 Thread James Bergstra
On Thu, Jul 06, 2006 at 03:05:23PM +0100, Wei Cheng wrote: > I have a matrix-matrix multiplication function based on BLAS matrix-matrix > mutiplication function,just for the ease of my own use as follow: > > //** >gsl_

[Help-gsl] Matrix memory deallocation problem

2006-07-06 Thread Wei Cheng
I have a matrix-matrix multiplication function based on BLAS matrix-matrix mutiplication function,just for the ease of my own use as follow: //** gsl_matrix* matrix_matrix_mul(CBLAS_TRANSPOSE_t TransA,CBLAS_TRANSPOSE_t