Source: tests/lowrank/trmm2.cpp 
 
 
 
 Results:  [PASS] 
 
 
std::complex<float>
  |U*USV - U*X| = 9.73277e-07
  max(|U
'U|,|V'V|) = 8.83061e-07
   |transpose(U)*USV - transpose(U)*X| = 5.08931e-07
  max(|U
'U|,|V'V|) = 7.3388e-07
   |hermitian(U)*USV - hermitian(U)*X| = 2.61087e-07
  max(|U
'U|,|V'V|) = 8.98796e-07
   |conjugate(U)*USV - conjugate(U)*X| = 7.57894e-07
  max(|U
'U|,|V'V|) = 9.34955e-07
   |USV*U - X*U| = 7.56598e-07
  max(|U
'U|,|V'V|) = 9.06534e-07
   |USV*transpose(U) - X*transpose(U)| = 4.51105e-07
  max(|U
'U|,|V'V|) = 6.70219e-07
   |USV*hermitian(U) - X*hermitian(U)| = 6.65335e-07
  max(|U
'U|,|V'V|) = 7.6699e-07
   |USV*conjugate(U) - X*conjugate(U)| = 2.96105e-07
  max(|U
'U|,|V'V|) = 7.87253e-07
  
 Go back to Summary of /test programs.