Searched refs:copy_matrix (Results 1 – 4 of 4) sorted by relevance
/haiku/src/libs/linprog/ |
H A D | LayoutOptimizer.h | 19 void copy_matrix(const double* const* A, double** B, int m, int n);
|
H A D | LayoutOptimizer.cpp | 212 copy_matrix(const double* const* A, double** B, int m, int n) in copy_matrix() function 366 copy_matrix(A, temp, m, n); in remove_linearly_dependent_rows()
|
H A D | ActiveSetSolver.cpp | 204 copy_matrix(fMatrix, temp, fRows, fColumns); in RemoveLinearlyDependentRows()
|
/haiku/src/kits/interface/layouter/ |
H A D | LayoutOptimizer.cpp | 198 copy_matrix(const double* const* A, double** B, int m, int n) in copy_matrix() function 388 copy_matrix(A, temp, m, n); in remove_linearly_dependent_rows()
|