Jump to content

Singular value decomposition: Difference between revisions

m
→‎{{header|C}}: V -> VT in output.
(Added C)
m (→‎{{header|C}}: V -> VT in output.)
Line 91:
gsl_matrix_print(&SM.matrix);
 
printf("VVT:\n");
gsl_matrix_print(V);
Line 110:
| 0.0000000000 2.2360679775|
 
VVT:
|-0.7071067812 -0.7071067812|
|-0.7071067812 0.7071067812|
9,486

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.