Source: tests/lowrank/trsm3.cpp
Results: [PASS]
std::complex<float>
|A\USV - A\X| = 1.65716e-07
max(|U
'U|,|V'V|) = 8.97256e-07
|transpose(A)\USV - transpose(A)\X| = 4.57043e-07
max(|U
'U|,|V'V|) = 9.10522e-07
|hermitian(A)\USV - hermitian(A)\X| = 3.27052e-07
max(|U
'U|,|V'V|) = 9.37187e-07
|conjugate(A)\USV - conjugate(A)\X| = 3.8805e-07
max(|U
'U|,|V'V|) = 7.0538e-07
|USV/A - X/A| = 6.43823e-07
max(|U
'U|,|V'V|) = 8.89947e-07
|USV/transpose(A) - X/transpose(A)| = 3.58575e-07
max(|U
'U|,|V'V|) = 5.98325e-07
|USV/hermitian(A) - X/hermitian(A)| = 3.48304e-07
max(|U
'U|,|V'V|) = 9.05943e-07
|USV/conjugate(A) - X/conjugate(A)| = 4.63814e-07
max(|U
'U|,|V'V|) = 8.4972e-07
Go back to Summary of /test
programs.