File: arpack.xxml

package info (click to toggle)
python-igraph 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 21,944 kB
  • sloc: ansic: 225,735; cpp: 23,208; python: 17,085; xml: 2,407; yacc: 1,164; sh: 531; lex: 486; pascal: 158; sed: 45; makefile: 23; javascript: 20; fortran: 8
file content (52 lines) | stat: -rw-r--r-- 1,868 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY igraph "igraph">
<!ENTITY % local.common.attrib    "xmlns:xi            CDATA       #FIXED       
'http://www.w3.org/2001/XInclude'" >
]>

<chapter id="igraph-Arpack">
<title>Using BLAS, LAPACK and ARPACK for igraph matrices and graphs</title>

<section id="about-blas">
<!-- doxrox-include about_blas -->
<!-- doxrox-include igraph_blas_ddot -->
<!-- doxrox-include igraph_blas_dgemv -->
<!-- doxrox-include igraph_blas_dgemv_array -->
</section>

<section id="about-lapack">
  <!-- doxrox-include about_lapack -->
  <section id="matrix-factorization"><title>Matrix factorization, solving linear systems</title>
  <!-- doxrox-include igraph_lapack_dgetrf -->
  <!-- doxrox-include igraph_lapack_dgetrs -->
  <!-- doxrox-include igraph_lapack_dgesv -->
  </section>
  <section id="eigenvalues"><title>Eigenvalues and eigenvectors of matrices</title>
  <!-- doxrox-include igraph_lapack_dsyevr -->
  <!-- doxrox-include igraph_lapack_dgeev -->
  <!-- doxrox-include igraph_lapack_dgeevx -->
  </section>
</section>

<section id="about-arpack">
<!-- doxrox-include about_arpack -->
<section id="arpack-data-structures"><title>Data structures</title>
<!-- doxrox-include igraph_arpack_options_t -->
<!-- doxrox-include igraph_arpack_storage_t -->
<!-- doxrox-include igraph_arpack_function_t -->
<!-- doxrox-include igraph_arpack_options_init -->
<!-- doxrox-include igraph_arpack_storage_init -->
<!-- doxrox-include igraph_arpack_storage_destroy -->
</section>

<section id="arpack-solvers"><title>ARPACK solvers</title>
<!-- doxrox-include igraph_arpack_rssolve -->
<!-- doxrox-include igraph_arpack_rnsolve -->
<!-- doxrox-include igraph_arpack_unpack_complex -->
</section>

</section>

</chapter>