Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 681 Bytes

File metadata and controls

25 lines (18 loc) · 681 Bytes

Meeting PDF SCS Questions

Algo Questions

Parallelization

  • parallelizable through image slicing and joining only?
  • L2 not parallelizable the same way?

Dev Questions

Fourier Transform

  • way of vectorization (along width, height and range dimension) irrelevant?
  • fftw3 lib discards redundant part of domain -> size-problems?
  • lib different functions for real and complex input -> convertible?

L2 System Solver

  • d_i * d_i_conjugate -> flip imaginary sign for conjugate? (after Fourier Transform?)
  • In Sherman Morrison: A == I ?

Test Questions

Gauss

  • Other way to test apart from sumsTo1 ?