Skip to main content

solve2

Function solve2 

Source
pub fn solve2(m: Mat2, b: Vec2) -> Vec2
Expand description

Solve A * x = b for a 2-by-2 matrix. Assumes positive semi-definite. (math_internal.h: b3Solve2)