2009-09-01から1ヶ月間の記事一覧

Systolic Arrays and Parallelization, 並行に配列を因数分解する

I recently perused a patent application by Professor Kung of Carnegie Mellon for a systolic array apparatus to be used in matrix computations. The arrays are multiple inner product step processors connected in a grid formation. Each proces…

数値微分方程式の役割

今日コンピュータの歴史に関する記事を読みました。最初の電子計算機は微分方程式を解くために作成されました。 What I am wondering is why numerical differential equation solving is necessary. Couldn't the equations be solved analytically and the…

パワーリバースデュアルカレンシー債

最近PRDCの利益を考えています。 These notes seem to involve an attempt by the investor to profit if the domestic currency (in this case yen) declines against the foreign currency (usually the dollar) and if the domestic interest rate either…

Instruction Level Parallelism

コンピュータサイエンスのシステム構成のひとつの課題は命令の順番を決める方法です。 An important topic for the past 25 years has been instruction level parallelism, which seems to be the ability for multiple instructions to be executed on one…