Hello all,
I would like to ask, if there is any subroutine to compute such as CP = AP * BP, where all three matrices are in packed storage. If there is no such subroutine, whether there is such C = AP * B, where AP is in packed storage, B and C are general matrices.
I know there is a subroutine named DPPSV, but it can only be used for solving AP * X = B to obtain the X matrix.
Best regards to you all,
Weiyong ( chxyike@gmail.com )

