Searched refs:EquationSystem (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/linprog/
H A DActiveSetSolver.h12 class EquationSystem { class
14 EquationSystem(int32 rows, int32 columns);
15 ~EquationSystem();
H A DActiveSetSolver.cpp31 EquationSystem::EquationSystem(int32 rows, int32 columns) function in class:EquationSystem
54 EquationSystem::~EquationSystem()
64 EquationSystem::SetRows(int32 rows)
71 EquationSystem::Rows()
78 EquationSystem::Columns()
85 EquationSystem::InRange(int32 row, int32 column)
96 EquationSystem::A(int32 row, int32 column)
103 EquationSystem
[all...]

Completed in 49 milliseconds