File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11---
2- # 18.337 Homework 2: HPC and Sensitivity Analysis and Automatic Differentiation
2+ # 18.337 Homework 2: Performance, Sensitivity Analysis and Automatic Differentiation
3+ Due Thursday March 5, but start early. Your quiz will come from part of this homework.
34
45# # Overview
56
@@ -11,7 +12,7 @@ adding two n x n matrices. Express the leading term in the answer as C * n^e.
1112Use `@belapsed` from `Benchmarktools.jl` to get the performance of both in function
1213of the input matrix size. Compare the following four operations for small and large
1314matrices, in powers of 2, from 2 to at least 216 (and by preference much larger until
14- you run out of patience or memory).
15+ you run out of patience or memory). Compare theory with practice. YMMV.
1516
1617` ` ` julia
1718# define n =
You can’t perform that action at this time.
0 commit comments