PHPExcel
[ class tree: PHPExcel ] [ index: PHPExcel ] [ all elements ]

Source for file index.php

Documentation is available at index.php

  1. <?php
  2. include_once "includes/header.php";
  3. include_once "includes/navbar.php";
  4. ?>
  5.  
  6. <p>
  7. JAMA is a proposed standard matrix class for Java. The JAMA introduction 
  8. describes "JAMA : A Java Matrix Package" in this way:
  9. </p> 
  10.  
  11. <blockquote>
  12. JAMA is a basic linear algebra package for Java. It provides user-level classes for 
  13. constructing and manipulating real, dense matrices.  It is meant to provide sufficient 
  14. functionality for routine problems, packaged in a way that is natural and understandable 
  15. to non-experts.  It is intended to serve as the standard matrix class for Java, and 
  16. will be proposed as such to the Java Grande Forum and then to Sun.  A straightforward 
  17. public-domain reference implementation has been developed by the MathWorks and NIST as 
  18. a strawman for such a class.  We are releasing this version in order to obtain public 
  19. comment. There is no guarantee that future versions of JAMA will be compatible with this one.  
  20. </blockquote>
  21.  
  22. <p>
  23. The development team below has successfully ported the JAMA API to PHP.  You can explore 
  24. this site to learn more about this project and it's current development status.
  25. </p>
  26.  
  27. <?php
  28. include_once "includes/credits.php";
  29. include_once "includes/footer.php";    
  30. ?>

Documentation generated on Sat, 19 May 2012 14:37:34 +0200 by phpDocumentor 1.4.4