Lee, Dohyeon

Results 6 comments of Lee, Dohyeon

`isconvex` is a case. It requires some computation to tell the input `Hexahedron` is convex, but `Box` is convex by default. Due to that, `intersects` will be affected because it...

덕분에 잘 공부하고 있습니다. 그런데 제가 알기론 FISTA에서 "S"는 Shrinkage를 의미하는 것으로 알고 있습니다. 확인 부탁드릴 수 있을까요? 관련 논문 인용 드립니다. Beck, Amir, and Marc Teboulle. "A fast iterative...

What I mean is like ```Julia sz = (6,6,6) op = LinearOperator(Float64, sz, sz, ...) # input: array with size (6,6,6) -> output: array with size (6,6,6) A = rand(sz)...

번역기를 사용하셨던데, 매끄럽지 못한 문장을 고치셨으면 좋겠습니다. 가령 첫문장은 `Modules in Julia help organize code into coherent units.` 인데 현재 문장은 인위적이라고 생각합니다. `Module은 코드를 체계적으로 정리할 수 있게 도움을...

`exthead` branch shows your idea clearly. To add some comment, I'd like to make seperate files for each ExtendedHeader implementations(FEI1.jl, FEI2.jl, MRCO.jl...) and store it on sub directory `src/ExtendedHeader` while...

Seems like this is caused by rust-lang/rust#128370