eigenvalues_symmetric_matrix T_eigenvalues_symmetric_matrix EigenvaluesSymmetricMatrix EigenvaluesSymmetricMatrix eigenvalues_symmetric_matrix (算子名称)
名称
eigenvalues_symmetric_matrix T_eigenvalues_symmetric_matrix EigenvaluesSymmetricMatrix EigenvaluesSymmetricMatrix eigenvalues_symmetric_matrix — Compute the eigenvalues and optionally eigenvectors of a symmetric
matrix.
参数签名
描述
该算子 eigenvalues_symmetric_matrix eigenvalues_symmetric_matrix EigenvaluesSymmetricMatrix EigenvaluesSymmetricMatrix EigenvaluesSymmetricMatrix eigenvalues_symmetric_matrix computes all
eigenvalues and, optionally, eigenvectors of the symmetric
Matrix. The matrix is defined by the matrix handle
MatrixID MatrixID MatrixID MatrixID matrixID matrix_id . On output, a new matrix Eigenvalues
with the eigenvalues in ascending order and, optionally, a new matrix
Eigenvectors with the eigenvectors is created. The
operator returns the matrix handles EigenvaluesID EigenvaluesID EigenvaluesID EigenvaluesID eigenvaluesID eigenvalues_id and
EigenvectorsID EigenvectorsID EigenvectorsID EigenvectorsID eigenvectorsID eigenvectors_id of the matrices Eigenvalues and
Eigenvectors. Access to the elements of the matrices is
possible e.g., with 该算子 get_full_matrix get_full_matrix GetFullMatrix GetFullMatrix GetFullMatrix get_full_matrix .
The computation of eigenvectors can be selected via
ComputeEigenvectors ComputeEigenvectors ComputeEigenvectors ComputeEigenvectors computeEigenvectors compute_eigenvectors = 'true' "true" "true" "true" "true" "true" or
ComputeEigenvectors ComputeEigenvectors ComputeEigenvectors ComputeEigenvectors computeEigenvectors compute_eigenvectors = 'false' "false" "false" "false" "false" "false" .
Example:
ComputeEigenvectors ComputeEigenvectors ComputeEigenvectors ComputeEigenvectors computeEigenvectors compute_eigenvectors = 'true' "true" "true" "true" "true" "true"
注意
The upper triangular part of the input Matrix must
contain the relevant information of the matrix. The strictly
lower triangular part of the matrix is not referenced. If the
referenced part of the input Matrix is not of the
specified type, an exception is raised.
运行信息
多线程类型:可重入(与非独占操作符并行运行)。
多线程作用域:全局(可以从任何线程调用)。
未经并行化处理。
参数表
MatrixID MatrixID MatrixID MatrixID matrixID matrix_id (input_control) matrix → HMatrix , HTuple HHandle HTuple Htuple (handle) (IntPtr ) (HHandle ) (handle )
Matrix handle of the input matrix.
ComputeEigenvectors ComputeEigenvectors ComputeEigenvectors ComputeEigenvectors computeEigenvectors compute_eigenvectors (input_control) string → HTuple str HTuple Htuple (string) (string ) (HString ) (char* )
Computation of the eigenvectors.
Default:
'false'
"false"
"false"
"false"
"false"
"false"
List of values:
'false' "false" "false" "false" "false" "false" , 'true' "true" "true" "true" "true" "true"
EigenvaluesID EigenvaluesID EigenvaluesID EigenvaluesID eigenvaluesID eigenvalues_id (output_control) matrix → HMatrix , HTuple HHandle HTuple Htuple (handle) (IntPtr ) (HHandle ) (handle )
Matrix handle with the eigenvalues.
EigenvectorsID EigenvectorsID EigenvectorsID EigenvectorsID eigenvectorsID eigenvectors_id (output_control) matrix → HMatrix , HTuple HHandle HTuple Htuple (handle) (IntPtr ) (HHandle ) (handle )
Matrix handle with the eigenvectors.
结果
如果参数均有效,算子
eigenvalues_symmetric_matrix eigenvalues_symmetric_matrix EigenvaluesSymmetricMatrix EigenvaluesSymmetricMatrix EigenvaluesSymmetricMatrix eigenvalues_symmetric_matrix 返回值 2 (
H_MSG_TRUE )
. If
necessary, an exception is raised.
可能的前置算子
create_matrix create_matrix CreateMatrix CreateMatrix CreateMatrix create_matrix
可能的后置算子
get_full_matrix get_full_matrix GetFullMatrix GetFullMatrix GetFullMatrix get_full_matrix ,
get_value_matrix get_value_matrix GetValueMatrix GetValueMatrix GetValueMatrix get_value_matrix
可替代算子
eigenvalues_general_matrix eigenvalues_general_matrix EigenvaluesGeneralMatrix EigenvaluesGeneralMatrix EigenvaluesGeneralMatrix eigenvalues_general_matrix
参考其它
generalized_eigenvalues_symmetric_matrix generalized_eigenvalues_symmetric_matrix GeneralizedEigenvaluesSymmetricMatrix GeneralizedEigenvaluesSymmetricMatrix GeneralizedEigenvaluesSymmetricMatrix generalized_eigenvalues_symmetric_matrix ,
generalized_eigenvalues_general_matrix generalized_eigenvalues_general_matrix GeneralizedEigenvaluesGeneralMatrix GeneralizedEigenvaluesGeneralMatrix GeneralizedEigenvaluesGeneralMatrix generalized_eigenvalues_general_matrix
References
David Poole: “Linear Algebra: A Modern Introduction”; Thomson;
Belmont; 2006.
Gene H. Golub, Charles F. van Loan: “Matrix Computations”; The
Johns Hopkins University Press; Baltimore and London; 1996.
模块
Foundation