Searched defs:SolutionKind (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsyseq.h23 enum SolutionKind { enum in namespace:SysEq
30 inline void explain(SolutionKind sol) {
253 template <int S, int T> SolutionKind gaussjord_solve (double A[S][T], double x[T], double v[S],

Completed in 21 milliseconds