pow_element_matrixT_pow_element_matrixPowElementMatrixPowElementMatrixpow_element_matrix (算子)

名称

pow_element_matrixT_pow_element_matrixPowElementMatrixPowElementMatrixpow_element_matrix — 计算矩阵元素的幂函数。

签名

pow_element_matrix( : : MatrixID, MatrixExpID : MatrixPowID)

Herror T_pow_element_matrix(const Htuple MatrixID, const Htuple MatrixExpID, Htuple* MatrixPowID)

void PowElementMatrix(const HTuple& MatrixID, const HTuple& MatrixExpID, HTuple* MatrixPowID)

HMatrix HMatrix::PowElementMatrix(const HMatrix& MatrixExpID) const

static void HOperatorSet.PowElementMatrix(HTuple matrixID, HTuple matrixExpID, out HTuple matrixPowID)

HMatrix HMatrix.PowElementMatrix(HMatrix matrixExpID)

def pow_element_matrix(matrix_id: HHandle, matrix_exp_id: HHandle) -> HHandle

描述

算子 pow_element_matrixpow_element_matrixPowElementMatrixPowElementMatrixPowElementMatrixpow_element_matrix computes the power of all elements of the input Matrix with the elements of the input matrix MatrixExp. The input matrices Matrix and MatrixExp are defined by the matrix handles MatrixIDMatrixIDMatrixIDMatrixIDmatrixIDmatrix_id and MatrixExpIDMatrixExpIDMatrixExpIDMatrixExpIDmatrixExpIDmatrix_exp_id. Both matrices must have identical dimensions. A new matrix MatrixPow is generated with the result. The operator returns the matrix handle MatrixPowIDMatrixPowIDMatrixPowIDMatrixPowIDmatrixPowIDmatrix_pow_id of the matrix MatrixPow.可通过算子 get_full_matrixget_full_matrixGetFullMatrixGetFullMatrixGetFullMatrixget_full_matrix 等方式访问该矩阵的元素。结果的计算公式为:

示例:

执行信息

参数

MatrixIDMatrixIDMatrixIDMatrixIDmatrixIDmatrix_id (输入控制)  matrix HMatrix, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Matrix handle of the input matrix of the base.

MatrixExpIDMatrixExpIDMatrixExpIDMatrixExpIDmatrixExpIDmatrix_exp_id (输入控制)  matrix HMatrix, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Matrix handle of the input matrix with exponents.

MatrixPowIDMatrixPowIDMatrixPowIDMatrixPowIDmatrixPowIDmatrix_pow_id (输出控制)  matrix HMatrix, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Matrix handle with the raised power of the input matrix.

结果

如果参数有效,算子 pow_element_matrixpow_element_matrixPowElementMatrixPowElementMatrixPowElementMatrixpow_element_matrix 返回值 2 ( H_MSG_TRUE )。如有必要,则抛出异常。

可能的前趋

create_matrixcreate_matrixCreateMatrixCreateMatrixCreateMatrixcreate_matrix

可能的后继

get_full_matrixget_full_matrixGetFullMatrixGetFullMatrixGetFullMatrixget_full_matrix, get_value_matrixget_value_matrixGetValueMatrixGetValueMatrixGetValueMatrixget_value_matrix

替代

pow_element_matrix_modpow_element_matrix_modPowElementMatrixModPowElementMatrixModPowElementMatrixModpow_element_matrix_mod, pow_scalar_element_matrixpow_scalar_element_matrixPowScalarElementMatrixPowScalarElementMatrixPowScalarElementMatrixpow_scalar_element_matrix, pow_scalar_element_matrix_modpow_scalar_element_matrix_modPowScalarElementMatrixModPowScalarElementMatrixModPowScalarElementMatrixModpow_scalar_element_matrix_mod

另见

sqrt_matrixsqrt_matrixSqrtMatrixSqrtMatrixSqrtMatrixsqrt_matrix, sqrt_matrix_modsqrt_matrix_modSqrtMatrixModSqrtMatrixModSqrtMatrixModsqrt_matrix_mod

模块

基础