Name
deserialize_matrixT_deserialize_matrixDeserializeMatrixDeserializeMatrix — Deserialize a serialized matrix.
deserialize_matrixdeserialize_matrixDeserializeMatrixDeserializeMatrixDeserializeMatrix deserializes a matrix, that was serialized
by serialize_matrixserialize_matrixSerializeMatrixSerializeMatrixSerializeMatrix (see fwrite_serialized_itemfwrite_serialized_itemFwriteSerializedItemFwriteSerializedItemFwriteSerializedItem for an
introduction of the basic principle of serialization). The
serialized matrix is defined by the handle SerializedItemHandleSerializedItemHandleSerializedItemHandleSerializedItemHandleserializedItemHandle.
The deserialized values are stored in an automatically created
matrix with the handle MatrixIDMatrixIDMatrixIDMatrixIDmatrixID. Access to the
elements of the matrix is possible e.g. with the operator
get_full_matrixget_full_matrixGetFullMatrixGetFullMatrixGetFullMatrix.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Handle of the serialized item.
If the parameters are valid, the operator
deserialize_matrixdeserialize_matrixDeserializeMatrixDeserializeMatrixDeserializeMatrix returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
fread_serialized_itemfread_serialized_itemFreadSerializedItemFreadSerializedItemFreadSerializedItem,
receive_serialized_itemreceive_serialized_itemReceiveSerializedItemReceiveSerializedItemReceiveSerializedItem,
serialize_matrixserialize_matrixSerializeMatrixSerializeMatrixSerializeMatrix
get_full_matrixget_full_matrixGetFullMatrixGetFullMatrixGetFullMatrix
Foundation