Searched defs:tempNorm (Results 1 - 2 of 2) sorted by relevance

/external/eigen/bench/spbench/
H A Dsp_solver.cpp116 double tempNorm = tmp2.norm()/b.norm(); local
117 cout << "Relative norm of the computed solution : " << tempNorm <<"\n"; local
H A Dtest_sparseLU.cpp88 scalar tempNorm = tmp2.norm()/b.norm(); local
89 cout << "Relative norm of the computed solution : " << tempNorm <<"\n"; local

Completed in 82 milliseconds