========================== Unblocked LU-Factorization ========================== Benchmarking and Testing ======================== - The provided code snippet contains functions for timing and testing the results of the LU-factorization. - The main function initializes random matrices of increasing dimensions, calls and benchmarks *your implementation* and tests the result. Exercise ======== Complete functions `idamax` and `lu_unblk` in the following code snippet: :import: session04/lapack_lu_ex.c :navigate: up -> doc:index back -> doc:session04/page04 next -> doc:session04/page06