header.php 660 B

1234567891011
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>JAMA v1.0.1</title>
  6. <meta name="description" content="JAMA v1.0.1 - Port of the proposed standard Java Matrix Library to PHP" />
  7. <meta name="robots" content="index, follow" />
  8. <meta name="keywords" content="php, matrix, matrix library, cholesky decomposition, eigenvalue decomposition, eigenvector, lu decomposition, qr decomposition, singular value decomposition" />
  9. <link rel="stylesheet" type="text/css" href="style.css" />
  10. </head>
  11. <body>