Linear algebraNDArray::matmulOn this pageNDArray::matmulpublic static function matmul(NDArray|array $a, NDArray|array $b): NDArray;Performs matrix multiplication between two arrays and returns the result as a new array.NotestipGPU SUPPORTEDThis operation is supported by GPU (VRAM) and contains a custom CUDA kernel.