Searched refs:solve (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_simul_eq.h81 static bool solve(const double left[Size][Size], function in struct:agg::simul_eq
H A Dagg_trans_bilinear.h81 m_valid = simul_eq<4, 2>::solve(left, right, m_mtx);
/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp39 // needed to solve the problem, coping theses values to the results could
140 // basic solve
162 TRACE("can't solve column %i\n", i);
345 solve(EquationSystem& system) function
347 // basic solve
379 TRACE("can't solve\n");
506 if (!solve(system))
708 TRACE("Could not solve the layout specification (%d). ", result);
H A DLayoutOptimizer.cpp238 solve(double** a, int n, double* b) function
261 TRACE_ERROR("solve(): matrix is not regular\n");
710 // solve the QP:
766 // Which is an system we can solve:
770 // rows before we can solve it.
792 bool success = solve(aa, aam, lambda);
863 // We have to solve the QP subproblem:
875 // which is a linear equation system, which we can solve.
897 // solve (Z^TGZ)p_Z = -Z^Td
910 success = solve(fTemp
[all...]
/haiku/src/kits/interface/layouter/
H A DLayoutOptimizer.cpp263 solve(double** a, int n, double* b) function
286 TRACE_ERROR("solve(): matrix is not regular\n");
743 // solve the QP:
792 // Which is an system we can solve:
796 // rows before we can solve it.
818 bool success = solve(aa, aam, lambda);
891 // We have to solve the QP subproblem:
903 // which is a linear equation system, which we can solve.
924 // solve (Z^TGZ)p_Z = -Z^Td
937 success = solve(fTemp
[all...]

Completed in 153 milliseconds