Name
serialize_matrixT_serialize_matrixSerializeMatrixSerializeMatrix — Serialize a matrix.
serialize_matrixserialize_matrixSerializeMatrixSerializeMatrixSerializeMatrix serializes the data of a matrix (see
fwrite_serialized_itemfwrite_serialized_itemFwriteSerializedItemFwriteSerializedItemFwriteSerializedItem for an introduction of the basic
principle of serialization). The same data that is written in a
file by write_matrixwrite_matrixWriteMatrixWriteMatrixWriteMatrix is converted to a serialized item.
The matrix is defined by the handle MatrixIDMatrixIDMatrixIDMatrixIDmatrixID. The
serialized matrix is returned by the handle
SerializedItemHandleSerializedItemHandleSerializedItemHandleSerializedItemHandleserializedItemHandle and can be deserialized by
deserialize_matrixdeserialize_matrixDeserializeMatrixDeserializeMatrixDeserializeMatrix.
- 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
serialize_matrixserialize_matrixSerializeMatrixSerializeMatrixSerializeMatrix returns the value 2 (H_MSG_TRUE). If
necessary, an exception is raised.
create_matrixcreate_matrixCreateMatrixCreateMatrixCreateMatrix
fwrite_serialized_itemfwrite_serialized_itemFwriteSerializedItemFwriteSerializedItemFwriteSerializedItem,
send_serialized_itemsend_serialized_itemSendSerializedItemSendSerializedItemSendSerializedItem,
deserialize_matrixdeserialize_matrixDeserializeMatrixDeserializeMatrixDeserializeMatrix
Foundation