matrix/eigen.h マニュアル

(The documentation of matrix/eigen.h)

Last Update: 2023/2/21


matrix/eigen.hでは 行列の固有値・固有ベクトルを求める関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to calculate eigenvalues and eigenvectors of a matrix are defined in matrix/eigen.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
eigen3
【マニュアル改訂中につき非公開】
[Documentation is not open as it is under revision]
3×3行列の固有値・固有ベクトルを計算する。
Compute the eigenvalues and eigenvectors of a 3×3 matrix.
eigen3_r 3×3行列の固有値・固有ベクトルを計算する。 固有値・固有ベクトルがすべて実数となることが前もって分かっている行列用。
Compute the eigenvalues and eigenvectors of a 3×3 matrix, for which all the eigenvalues and eigenvectors are known to be real numbers.