This website requires JavaScript.
Explore
Help
Sign In
geckon01
/
PhpSpreadsheet
Watch
1
Star
0
Fork
0
You've already forked PhpSpreadsheet
mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced
2026-09-24 17:19:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b98f27f4a7fb8f95546480c83779d72cf46837ea
PhpSpreadsheet
/
Classes
/
PHPExcel
/
Shared
/
JAMA
T
History
Mark Baker
9907ef9030
Remove original JAMA tests
2012-11-09 09:46:36 +00:00
..
utils
…
CHANGELOG.TXT
…
CholeskyDecomposition.php
…
EigenvalueDecomposition.php
…
LUDecomposition.php
Performance tweaks to the Calculation Engine to reduce memory usage. Splitting the functions.php into several smaller classes based on function category, so that only those category files actually used by functions in formulae will be included by the autoloader
2010-12-02 17:56:33 +00:00
Matrix.php
Performance tweaks to the Calculation Engine to reduce memory usage. Splitting the functions.php into several smaller classes based on function category, so that only those category files actually used by functions in formulae will be included by the autoloader
2010-12-02 17:56:33 +00:00
QRDecomposition.php
Performance tweaks to the Calculation Engine to reduce memory usage. Splitting the functions.php into several smaller classes based on function category, so that only those category files actually used by functions in formulae will be included by the autoloader
2010-12-02 17:56:33 +00:00
SingularValueDecomposition.php
…