MyraMath
dtrsmU_lowrank


Source: tests/lowrank/trsm2.cpp


Results: [PASS]

double
|U\USV - U\X| = 5.58633e-16
max(|U'U|,|V'V|) = 2.07178e-15
|transpose(U)\USV - transpose(U)\X| = 5.6489e-16
max(|U'U|,|V'V|) = 1.48942e-15
|hermitian(U)\USV - hermitian(U)\X| = 2.4827e-16
max(|U'U|,|V'V|) = 1.03815e-15
|conjugate(U)\USV - conjugate(U)\X| = 2.76591e-16
max(|U'U|,|V'V|) = 1.35824e-15
|USV/U - X/U| = 1.05505e-16
max(|U'U|,|V'V|) = 1.4032e-15
|USV/transpose(U) - X/transpose(U)| = 6.07297e-16
max(|U'U|,|V'V|) = 1.66241e-15
|USV/hermitian(U) - X/hermitian(U)| = 1.57747e-16
max(|U'U|,|V'V|) = 1.64487e-15
|USV/conjugate(U) - X/conjugate(U)| = 3.81667e-16
max(|U'U|,|V'V|) = 1.11601e-15


Go back to Summary of /test programs.