サービス終了のお知らせ いつもYahoo! JAPANのサービスをご利用いただき誠にありがとうございます。 お客様がアクセスされたサービスは本日までにサービスを終了いたしました。 今後ともYahoo! JAPANのサービスをご愛顧くださいますよう、よろしくお願いいたします。
<Blitz++> 公式 Documentation より Example Programs の方が頼りになる。 Blitz++はC++の数値計算用ライブラリ。 Debian/Ubuntuなら、ふつーにapt-getできる。 コンパイル時は -lblitz を付ける。 Arrayクラスは、型と階数を指定できる一般ベクトルクラス。 例: #inclide <blitz/array.h> using namespace blitz; Array<double,2> Matrix(2,2); //各要素がdoubleの2×2の正方行列(2階テンソル)。 Array<double,2> A(2,2), B(2,2), C(2,2); //このあと適当に初期化 firstIndex i; secondIndex j; thirdIndex k; //添字に使う文字を指定する C = sum(A(i,
Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. Blitz++ provides dense arrays and vectors, random number generators, and small vectors (useful for representing multicomponent or vector fields).
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く