Home
last modified time | relevance | path

Searched refs:B_new_stl (Results 1 – 1 of 1) sorted by relevance

/external/eigen/bench/btl/actions/
Daction_lu_solve.hh105 typename Interface::stl_vector B_new_stl(size); in calculate() local
108 … STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,X_stl,B_new_stl,size); in calculate()
111 STL_interface<typename Interface::real_type>::norm_diff(B_stl,B_new_stl); in calculate()
116 STL_interface<typename Interface::real_type>::display_vector(B_new_stl); in calculate()