タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

lapackに関するdelta-jaのブックマーク (3)

  • Naming Scheme

    The name of each LAPACK routine is a coded specification of its function (within the very tight limits of standard Fortran 77 6-character names). All driver and computational routines have names of the form XYYZZZ, where for some driver routines the 6th character is blank. The first letter, X, indicates the data type as follows:

  • Memo about lapack

    LapackをC++で使う Fortranで作られた Lapackライブラリの関数を C++ の プログラムから利用する具体例のメモです。 これらのメモではFortranの原始関数を呼ぶ C++の簡易関数を以下の点に注意して作成しています。 簡易関数は任意サイズの正方行列を扱える template 関数とする。 簡易関数はLapack関数が必要とする作業用変数をstaticに用意する。 簡易関数は入力用変数を上書きしない。出力用変数は外から与える。 簡易関数は行列をC言語形式で扱う。 LapackにはそれをC言語に翻訳した CLapack や、さらにそれを C++流に使えるようにした Lapack++ がありますが、 原の Fortranの関数を以下で紹介するようにC++で呼び出すのが もっとも簡潔でしょう。 実行列の線形方程式を解く 実一般行列 Aの方程式 A x =b を解く (dg

  • kkaneko.com

  • 1