Jump to content

QR decomposition: Difference between revisions

→‎{{header|C}}: matrix sizes swapped, now the output is correct
(→‎{{header|C}}: fixing several typo which prevent the code to build)
(→‎{{header|C}}: matrix sizes swapped, now the output is correct)
Line 582:
{
mat R, Q;
mat x = matrix_copy(53, in, 35);
householder(x, &R, &Q);
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.