Jump to content

QR decomposition: Difference between revisions

m
(Provide a C++ version, loosely adapted from the C version; it is lengthy because it is self-contained (definition of class Matrix and Vector))
Line 972:
Q = qv[0];
R.mult(qv[0], mat);
 
// after this loop, we will obtain Q (up to a transpose operation)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.