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-26 14:02:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
979aa760c0d3c2a229b9357168b4638058f3900a
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
…