MyraMath
dtrmmA_lowrank


Source: tests/lowrank/trmm3.cpp


Results: [PASS]

double
|A*USV - A*X| = 7.79145e-16
max(|U'U|,|V'V|) = 1.47268e-15
|transpose(A)*USV - transpose(A)*X| = 3.47602e-16
max(|U'U|,|V'V|) = 1.76253e-15
|hermitian(A)*USV - hermitian(A)*X| = 1.58903e-16
max(|U'U|,|V'V|) = 1.70939e-15
|conjugate(A)*USV - conjugate(A)*X| = 5.30162e-16
max(|U'U|,|V'V|) = 1.42283e-15
|USV*A - X*A| = 2.05006e-16
max(|U'U|,|V'V|) = 2.12239e-15
|USV*transpose(A) - X*transpose(A)| = 7.81072e-17
max(|U'U|,|V'V|) = 1.40922e-15
|USV*hermitian(A) - X*hermitian(A)| = 1.67455e-16
max(|U'U|,|V'V|) = 1.03006e-15
|USV*conjugate(A) - X*conjugate(A)| = 9.93324e-16
max(|U'U|,|V'V|) = 1.55475e-15


Go back to Summary of /test programs.