pub fn solve2(m: Mat2, b: Vec2) -> Vec2
Solve A * x = b for a 2-by-2 matrix. Assumes positive semi-definite. (math_internal.h: b3Solve2)