Home
last modified time | relevance | path

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

/dports/math/py-osqp/osqp-0.6.2.post0/module/tests/
H A Dcodegen_matrices_test.py98 mat_emosqp.update_A(Ax, Ax_idx, len(Ax))
112 mat_emosqp.update_A(Ax, Ax_idx, len(Ax))
119 mat_emosqp.update_A(Ax, None, 0)
131 mat_emosqp.update_A(Ax, Ax_idx, len(Ax))
/dports/math/py-qdldl/qdldl-0.1.5.post0/c/amd/include/
H A Dperm.h38 void update_A(QDLDL_int Anz, QDLDL_float * Apermx, QDLDL_float * Anewx, const QDLDL_int *AtoAperm);
/dports/math/osqp/osqp-0.6.2/docs/codegen/
H A Dmatlab.rst133 .. function:: emosqp('update_A', Ax, Ax_idx, Ax_n)
166 emosqp('update_A', Ax_new, [], 0);
H A Dpython.rst133 .. py:function:: update_A(Ax, Ax_idx, Ax_n)
166 emosqp.update_A(Ax_new, None, 0);
/dports/math/py-qdldl/qdldl-0.1.5.post0/cpp/
H A Dqdldl.cpp99 update_A(nnz, Aperm_x, Anew_x, A2Aperm); in update()
/dports/math/py-qdldl/qdldl-0.1.5.post0/c/amd/src/
H A Dperm.c86 void update_A(QDLDL_int Anz, QDLDL_float * Apermx, in update_A() function
/dports/math/py-osqp/osqp-0.6.2.post0/modulepurepy/
H A Dinterface.py144 self._model.update_A(A)
H A D_osqp.py1458 def update_A(self, A_new): member in OSQP
/dports/math/py-osqp/osqp-0.6.2.post0/module/
H A Dinterface.py104 self._model.update_A(Ax, Ax_idx, len(Ax))
/dports/biology/gcta/gcta_1.26.0_src/
H A Dbivar_reml.cpp419 void gcta::update_A(eigenVector &prev_varcmp) { in update_A() function in gcta
H A Dgcta.h272 void update_A(eigenVector &prev_varcmp);
H A Dest_hsq.cpp899 if (reml_bivar_fix_rg) update_A(prev_varcmp); in reml_iteration()
/dports/devel/tkcvs/tkcvs-8.2.3/tkcvs/
H A Dhelp.tcl920 <cmp> set cvsmenu(update_A) "update -A"</cmp>