rubyのvectorだとinner_productとかあるなあ
require 'matrix' require 'complex' class Vector def conjugate collect{|e| e.conjugate } end end v1 = Vector[Complex(1,1),C...
tempfile - Rubyリファレンスマニュアル
テンポラリファイルを作成します。ファイルは "w+" モードで "basename.pid.n" という名前になります。 Tempfile オブジェクトは IO オブジェクトと同じように使うことができます。 Tempfile#close(tru...
R.I.'s Carnegie Abbey a Place for the Sporting ...
Only the name of a small stream, dubbed "Bloody Run Brook," site of a nasty encounter between British Redcoats and the Rho...
ruby -e 'puts $:' / “組み込み変数 - Rubyリファレンスマニュアル”
load や require がファイルをロードする時に検索するディレクトリのリスト を含む配列です。 (覚え方: コロンは環境変数PATH の区切り文字である) 起動時には、-I directory オプションで指定したディ レクトリ、環境変...
