sub_matrix_modT_sub_matrix_modSubMatrixModSubMatrixModsub_matrix_mod (算子名称)
名称
sub_matrix_modT_sub_matrix_modSubMatrixModSubMatrixModsub_matrix_mod — Subtract two matrices.
参数签名
描述
该算子 sub_matrix_modsub_matrix_modSubMatrixModSubMatrixModSubMatrixModsub_matrix_mod computes the difference of the input
matrices MatrixA and MatrixB given by the matrix
handles MatrixAIDMatrixAIDMatrixAIDMatrixAIDmatrixAIDmatrix_aid and MatrixBIDMatrixBIDMatrixBIDMatrixBIDmatrixBIDmatrix_bid. Both matrices
must have identical dimensions. The input matrix MatrixA is
overwritten with the result. Access to the elements of the matrix
is possible e.g., with 该算子 get_full_matrixget_full_matrixGetFullMatrixGetFullMatrixGetFullMatrixget_full_matrix. The
formula for the calculation of the result is:
Example:
运行信息
- 多线程类型:可重入(与非独占操作符并行运行)。
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
参数表
MatrixAIDMatrixAIDMatrixAIDMatrixAIDmatrixAIDmatrix_aid (input_control, state is modified) matrix → HMatrix, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Matrix handle of the input matrix A.
MatrixBIDMatrixBIDMatrixBIDMatrixBIDmatrixBIDmatrix_bid (input_control) matrix → HMatrix, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Matrix handle of the input matrix B.
结果
如果参数均有效,算子 sub_matrix_modsub_matrix_modSubMatrixModSubMatrixModSubMatrixModsub_matrix_mod returns
the value 2 (
H_MSG_TRUE)
. 如有必要,将引发异常。
可能的前置算子
create_matrixcreate_matrixCreateMatrixCreateMatrixCreateMatrixcreate_matrix
可能的后置算子
get_full_matrixget_full_matrixGetFullMatrixGetFullMatrixGetFullMatrixget_full_matrix,
get_value_matrixget_value_matrixGetValueMatrixGetValueMatrixGetValueMatrixget_value_matrix
可替代算子
sub_matrixsub_matrixSubMatrixSubMatrixSubMatrixsub_matrix
参考其它
add_matrixadd_matrixAddMatrixAddMatrixAddMatrixadd_matrix,
add_matrix_modadd_matrix_modAddMatrixModAddMatrixModAddMatrixModadd_matrix_mod
模块
Foundation