transpose_matrix T_transpose_matrix TransposeMatrix TransposeMatrix transpose_matrix (算子)
名称
transpose_matrix T_transpose_matrix TransposeMatrix TransposeMatrix transpose_matrix — 转置矩阵。
签名
def transpose_matrix (matrix_id : HHandle) -> HHandle
描述
算子 transpose_matrix transpose_matrix TransposeMatrix TransposeMatrix TransposeMatrix transpose_matrix returns the transpose of the
input Matrix. The input matrix is defined by the matrix
handle MatrixID MatrixID MatrixID MatrixID matrixID matrix_id . A new matrix MatrixTransposed
is generated with the result and the matrix handle
MatrixTransposedID MatrixTransposedID MatrixTransposedID MatrixTransposedID matrixTransposedID matrix_transposed_id of this matrix is returned.可通过算子
get_full_matrix get_full_matrix GetFullMatrix GetFullMatrix GetFullMatrix get_full_matrix 等方式访问该矩阵的元素。
示例:
执行信息
多线程类型:可重入(与非独占算子并行运行)。
多线程作用域:全局(可从任何线程调用)。
未采用并行化处理。
参数
MatrixID MatrixID MatrixID MatrixID matrixID matrix_id (输入控制) matrix → HMatrix , HTuple HHandle HTuple Htuple (handle) (IntPtr ) (HHandle ) (handle )
输入矩阵的矩阵句柄。
MatrixTransposedID MatrixTransposedID MatrixTransposedID MatrixTransposedID matrixTransposedID matrix_transposed_id (输出控制) matrix → HMatrix , HTuple HHandle HTuple Htuple (handle) (IntPtr ) (HHandle ) (handle )
Matrix handle with the transpose of the input
matrix.
结果
如果参数有效,算子 transpose_matrix transpose_matrix TransposeMatrix TransposeMatrix TransposeMatrix transpose_matrix 返回值 2 ( H_MSG_TRUE )。如有必要,则抛出异常。
可能的前趋
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
替代
transpose_matrix_mod transpose_matrix_mod TransposeMatrixMod TransposeMatrixMod TransposeMatrixMod transpose_matrix_mod
另见
invert_matrix invert_matrix InvertMatrix InvertMatrix InvertMatrix invert_matrix ,
invert_matrix_mod invert_matrix_mod InvertMatrixMod InvertMatrixMod InvertMatrixMod invert_matrix_mod
参考文献
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.
模块
基础