HW4-1(part5, p.16): continue the calculation via using P2 and M2
HW4-2(part5, p.26): Randomly generate a 500*500 symmetric positive definition
matrix
Example: randomly generate A and then AA^T
Implement Cholesky factorization in outer product form
with three variants:
1. three-level for loop
2. two-level for loop
3. one-level for loop
Validate your program by comparing with the chol command
and compare the efficiency of your variants
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.30.103