MyraMath
ctrmmA_lowrank


Source: tests/lowrank/trmm3.cpp


Results: [PASS]

std::complex<float>
|A*USV - A*X| = 4.10893e-07
max(|U'U|,|V'V|) = 7.28009e-07
|transpose(A)*USV - transpose(A)*X| = 6.78819e-07
max(|U'U|,|V'V|) = 1.02701e-06
|hermitian(A)*USV - hermitian(A)*X| = 1.04787e-06
max(|U'U|,|V'V|) = 8.72074e-07
|conjugate(A)*USV - conjugate(A)*X| = 9.21754e-07
max(|U'U|,|V'V|) = 8.47413e-07
|USV*A - X*A| = 6.81943e-07
max(|U'U|,|V'V|) = 9.14907e-07
|USV*transpose(A) - X*transpose(A)| = 5.91163e-07
max(|U'U|,|V'V|) = 8.21005e-07
|USV*hermitian(A) - X*hermitian(A)| = 7.97921e-07
max(|U'U|,|V'V|) = 6.54212e-07
|USV*conjugate(A) - X*conjugate(A)| = 6.45536e-07
max(|U'U|,|V'V|) = 9.73128e-07


Go back to Summary of /test programs.