expm(f) on GPU (CUDA+MATLAB)
조회 수: 7 (최근 30일)
이전 댓글 표시
Hello. how we would implement the calculation of exponential matrices (expm) on the GPU. This function is used in all engineering calculations of electronic circuits (the calculation of currents, voltages ...). Computation time on the CPU is huge!
댓글 수: 0
답변 (2개)
John Melonakos
2011년 4월 11일
Hey, this looks like the same question that was answered on the Jacket forums, here: <http://forums.accelereyes.com/forums/viewtopic.php?f=7&t=1981>
댓글 수: 0
Walter Roberson
2011년 4월 11일
Hmmm, looks like there are lots of wrong ways to do it; see the references to the expm function for algorithms.
댓글 수: 3
Walter Roberson
2011년 4월 29일
This topic showed up as having been changed, but there isn't anything obvious to me different about the wording.
You probably figured out long ago that expm1f() has nothing at all to do with expm()
참고 항목
카테고리
Help Center 및 File Exchange에서 GPU Computing in MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!