Rindow mathematics libraries

Overview

This project provides a mathematics library for PHP.

Many scientific computations and machine learning tasks use vector operations.
However, PHP functions support only scalar operations, and PHP arrays are not well-suited for vector operations.

Therefore, the fundamental idea of this project is to define an appropriate array object.
Everything for vector operations is built on top of this.

Features:

  • Defines a common array object interface, “NDArray”.
  • Provides a flexible matrix computation library.
  • Links with external mathematical libraries to accelerate matrix operations.
  • Utilizes GPUs to speed up matrix calculations.
  • Offers a library for visualizing mathematical data.
  • Modularized from higher to lower layers for flexible combinations.

Libraries

The project is divided into seven libraries: