Searched refs:LinearSystem (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/2geom/numeric/ | ||
H A D | linear_system.h | 2 * LinearSystem class wraps some gsl routines for solving linear systems 49 class LinearSystem class in namespace:Geom::NL 52 LinearSystem(MatrixView & _matrix, VectorView & _vector) function in class:Geom::NL::LinearSystem 57 LinearSystem(Matrix & _matrix, Vector & _vector) function in class:Geom::NL::LinearSystem |
/inkscape/src/2geom/ | ||
H A D | conicsec.h | 355 NL::LinearSystem ls (Q, T); |
H A D | conicsec.cpp | 440 Geom::NL::LinearSystem ls(M, V); |
Completed in 20 milliseconds