Source: tests/lowrank/trsm2.cpp
Results: [PASS]
std::complex<double>
|U\USV - U\X| = 3.92872e-16
max(|U
'U|,|V'V|) = 1.26161e-15
|transpose(U)\USV - transpose(U)\X| = 2.51871e-16
max(|U
'U|,|V'V|) = 1.55744e-15
|hermitian(U)\USV - hermitian(U)\X| = 6.01688e-16
max(|U
'U|,|V'V|) = 1.73159e-15
|conjugate(U)\USV - conjugate(U)\X| = 6.32516e-16
max(|U
'U|,|V'V|) = 1.22968e-15
|USV/U - X/U| = 4.21494e-16
max(|U
'U|,|V'V|) = 1.87466e-15
|USV/transpose(U) - X/transpose(U)| = 9.04028e-16
max(|U
'U|,|V'V|) = 1.68663e-15
|USV/hermitian(U) - X/hermitian(U)| = 1.26608e-15
max(|U
'U|,|V'V|) = 1.86746e-15
|USV/conjugate(U) - X/conjugate(U)| = 1.96931e-15
max(|U
'U|,|V'V|) = 1.51633e-15
Go back to Summary of /test programs.