First time here? Check out the FAQ!
answered 2013-03-20 03:56:51 -0600
http://docs.opencv.org/modules/core/doc/operations_on_arrays.html?highlight=solve#bool%20solve%28InputArray%20src1,%20InputArray%20src2,%20OutputArray%20dst,%20int%20flags%29
updated 2013-03-20 03:58:30 -0600
bool qr = solve(src1, src2, dst, DECOMP_QR);