Lines Matching refs:densec

39937      /* Real    */ ae_matrix* densec,
45340 ae_matrix densec; in testminqpunit_generallcqptest() local
45407 memset(&densec, 0, sizeof(densec)); in testminqpunit_generallcqptest()
45454 ae_matrix_init(&densec, 0, 0, DT_REAL, _state, ae_true); in testminqpunit_generallcqptest()
46578 …testminqpunit_randomlysplitlc(&rawc, &rawct, k, n, &densec, &densect, &sparsec, &sparsect, &densec… in testminqpunit_generallcqptest()
46601 … minqpsetlcmixed(&state, &densec, &densect, denseccnt, &sparsec, &sparsect, sparseccnt, _state); in testminqpunit_generallcqptest()
46653 densec.ptr.pp_double[i][j] = densec.ptr.pp_double[i][j]/s.ptr.p_double[j]; in testminqpunit_generallcqptest()
46692 … minqpsetlcmixed(&state, &densec, &densect, denseccnt, &sparsec, &sparsect, sparseccnt, _state); in testminqpunit_generallcqptest()
49071 /* Real */ ae_matrix* densec, in testminqpunit_randomlysplitlc() argument
49083 ae_matrix_clear(densec); in testminqpunit_randomlysplitlc()
49098 ae_matrix_set_length(densec, *denseccnt, n+1, _state); in testminqpunit_randomlysplitlc()
49104 densec->ptr.pp_double[i][j] = rawc->ptr.pp_double[i][j]; in testminqpunit_randomlysplitlc()
49137 ae_matrix densec; in testminqpunit_randomlysplitandsetlc() local
49145 memset(&densec, 0, sizeof(densec)); in testminqpunit_randomlysplitandsetlc()
49149 ae_matrix_init(&densec, 0, 0, DT_REAL, _state, ae_true); in testminqpunit_randomlysplitandsetlc()
49154 …testminqpunit_randomlysplitlc(rawc, rawct, rawccnt, n, &densec, &densect, &sparsec, &sparsect, &de… in testminqpunit_randomlysplitandsetlc()
49157 … minqpsetlcmixed(state, &densec, &densect, denseccnt, &sparsec, &sparsect, sparseccnt, _state); in testminqpunit_randomlysplitandsetlc()
49163 minqpsetlc(state, &densec, &densect, denseccnt, _state); in testminqpunit_randomlysplitandsetlc()