Home
last modified time | relevance | path

Searched defs:linear_solver (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dkamada_kawai_spring_layout.hpp85 template < std::size_t Size > struct linear_solver struct
92 template <> struct linear_solver< 1 > struct
95 static Vec solve(double mat[1][1], Vec rhs) in solve()
102 template <> struct linear_solver< 2 > struct
105 static Vec solve(double mat[2][2], Vec rhs) in solve()
117 template <> struct linear_solver< 3 > struct
120 static Vec solve(double mat[3][3], Vec rhs) in solve()