Hi,
i need to transpose a nx1 matrix to 1xn matrix inorder to multiply
with nxn matrix in c language ...
can anyone help in this coding ..the nx1 matrix is pi[i] the data type
is double *pi..this is used through out the program ..now i need this
transpose for further calculations... .
Kindly help as soon as possible.....if this is not possible kindly
suggest me something...
i need to transpose a nx1 matrix to 1xn matrix inorder to multiply
with nxn matrix in c language ...
can anyone help in this coding ..the nx1 matrix is pi[i] the data type
is double *pi..this is used through out the program ..now i need this
transpose for further calculations... .
Kindly help as soon as possible.....if this is not possible kindly
suggest me something...
Comment