JavaScript API Reference#
DiME uses two custom JavaScript objects to handle interactions between the JavaScript client and the MATLAB and Python clients: Complex and NDArray. The JavaScript client also has a few specialty functions for handling data.
Client#
The DiME client. |
Others#
A custom object that represents complex numbers. |
|
A custom N-dimensional array object that acts similarly to the numpy object with the same name. |
|
Loads a new object from JSON. |
|
Returns the JSON string for an object. |
|
Loads an object from bytes. |
|
Returns the bytes of an object. |