mirror of
https://github.com/php/doc-es.git
synced 2026-03-25 16:02:13 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@326460 c90b9560-bf6c-de11-be94-00142212c4b1
51 lines
1.6 KiB
XML
51 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 94497636f2f6956ba6bf1017297d589009fbd040 Maintainer: seros Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<book xml:id="book.lapack" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>Lapack</title>
|
|
<titleabbrev>Lapack</titleabbrev>
|
|
|
|
<preface xml:id="intro.lapack">
|
|
&reftitle.intro;
|
|
<para>
|
|
LAPACK está escrito en Fortran 90 y proporciona rutinas para resolver sistemas de
|
|
ecuacioines lineales simultáneas, soluciones de mínimos cuadrados de ecuaciones de
|
|
sistemas lineales, problemas de valores propios, y problemas de valores singulares.
|
|
Esta extensión envuelve las ligaduras en C de LAPACKE C para acceder a varios
|
|
procesos expuestos por la biblioteca. La mayoría de las funciones trabajan con arrays de arrays,
|
|
representando matrices rectangulares en orden de fila mayor, así, una matriz de dos por dos
|
|
[1 2; 3 4] sería array(array(1, 2), array(3, 4)).
|
|
</para>
|
|
</preface>
|
|
|
|
&reference.lapack.setup;
|
|
&reference.lapack.constants;
|
|
|
|
&reference.lapack.lapack;
|
|
&reference.lapack.lapackexception;
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|