Home
last modified time | relevance | path

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

/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/detail/spai/
H A Dspai.hpp720 std::vector<SparseVectorType> l_M_v(l_sz); in computeSPAI() local
722 std::copy(M_v.begin() + tag.getBegInd(), M_v.begin() + tag.getEndInd(), l_M_v.begin()); in computeSPAI()
743 block_set_up(A, A_v_c, l_M_v, g_I, g_J, g_A_I_J, g_b_v); in computeSPAI()
748 least_square_solve(A_v_c, g_A_I_J, g_b_v, g_I, g_J, g_res, g_is_update, l_M_v, tag); in computeSPAI()
754 std::copy(l_M_v.begin(), l_M_v.end(), M_v.begin() + tag.getBegInd()); in computeSPAI()