get_full_matrix T_get_full_matrix GetFullMatrix GetFullMatrix get_full_matrix (算子名称)
名称
get_full_matrix T_get_full_matrix GetFullMatrix GetFullMatrix get_full_matrix — Return all values of a matrix.
参数签名
def get_full_matrix (matrix_id : HHandle) -> Sequence[float]
def get_full_matrix_s (matrix_id : HHandle) -> float
描述
该算子 get_full_matrix get_full_matrix GetFullMatrix GetFullMatrix GetFullMatrix get_full_matrix 返回值s of all
elements of the Matrix given by the matrix handle
MatrixID MatrixID MatrixID MatrixID matrixID matrix_id . The output parameter Values Values Values Values values values is a tuple
of floating point numbers and contains all values in a row-major
order, i.e., line by line.
Example:
运行信息
多线程类型:可重入(与非独占操作符并行运行)。
多线程作用域:全局(可以从任何线程调用)。
未经并行化处理。
参数表
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.
Values Values Values Values values values (output_control) real(-array) → HTuple Sequence[float] HTuple Htuple (real) (double ) (double ) (double )
Values of the matrix elements.
结果
如果参数均有效,算子 get_full_matrix get_full_matrix GetFullMatrix GetFullMatrix GetFullMatrix get_full_matrix
返回值 2 (
H_MSG_TRUE )
. 如有必要,将引发异常。
可能的前置算子
create_matrix create_matrix CreateMatrix CreateMatrix CreateMatrix create_matrix
可能的后置算子
clear_matrix clear_matrix ClearMatrix ClearMatrix ClearMatrix clear_matrix
参考其它
set_full_matrix set_full_matrix SetFullMatrix SetFullMatrix SetFullMatrix set_full_matrix
模块
Foundation