Source: tests/lowrank/trsm3.cpp
Results: [PASS]
std::complex<double>
|A\USV - A\X| = 7.76463e-16
max(|U
'U|,|V'V|) = 1.00452e-15
|transpose(A)\USV - transpose(A)\X| = 6.39285e-17
max(|U
'U|,|V'V|) = 1.35925e-15
|hermitian(A)\USV - hermitian(A)\X| = 8.19312e-16
max(|U
'U|,|V'V|) = 1.10105e-15
|conjugate(A)\USV - conjugate(A)\X| = 1.84386e-16
max(|U
'U|,|V'V|) = 1.14141e-15
|USV/A - X/A| = 5.91413e-16
max(|U
'U|,|V'V|) = 1.55653e-15
|USV/transpose(A) - X/transpose(A)| = 1.08491e-16
max(|U
'U|,|V'V|) = 1.6164e-15
|USV/hermitian(A) - X/hermitian(A)| = 1.43066e-15
max(|U
'U|,|V'V|) = 1.225e-15
|USV/conjugate(A) - X/conjugate(A)| = 1.27655e-15
max(|U
'U|,|V'V|) = 1.2807e-15
Go back to Summary of /test
programs.