Skip to content

konovaltsev/php_matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix

PHP extension for matrix operations

Features

  • Addition
  • Scalar multiplication
  • Transposition
  • Matrix multiplication
  • Elementwise multiplication
  • Matrix dump

Getting started

Build (linux):

$ cd ext/
$ phpize && ./configure && make && make test
$ make install
$ make clean; phpize --clean

And enable the extension in php.ini via "extension=/path/to/matrix.so"