SVD of product of three matrices

52 Views Asked by At

Are there any library implementation tor numerical routine for SVD of product of three general matrices? I know the three matrices separately and want to avoid multiplying them directly before SVD. Any simple algorithm will also be helpful.

Thanks.