関数名 Function name |
機能・用途 Purpose |
eigen3 | 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. |