imate.Matrix.initialize#

Matrix.initialize(gpu=False, num_gpu_devices=0)#

Initializes the object.

Parameters:
gpubool, default=False

If True, the matrix array will be initialized on GPU devices.

num_gpu_devicesint, default=0

The number of GPU devices to use. If 0, it uses the maximum number of available GPU devices.