Wed Oct 23 17:39:01 2024 mgs_test(): python version: 3.10.12 numpy version: 1.26.4 Test mgs(): mgs_undoc_test(): mgs_undoc() is an undocumented function. This code does a test on it. A is a random 200 by 50 matrix. mgs() computes factors Q and R. Q is an 200 by 200 orthogonal matrix. R is an 200 by 50 upper triangular matrix. Frobenius norm of A - Q * R = 1.3296454063953309e-14 mgs_doc_test(): mgs_doc() is a documented function. This code does a test on it. A is a random 200 by 50 matrix. mgs() computes factors Q and R. Q is an 200 by 200 orthogonal matrix. R is an 200 by 50 upper triangular matrix. Frobenius norm of A - Q * R = 1.3397031379138216e-14 mgs_test(): Normal end of execution. Wed Oct 23 17:39:02 2024