File: control

package info (click to toggle)
meschach 1.2b-17
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,176 kB
  • sloc: ansic: 21,959; makefile: 480; sh: 17
file content (38 lines) | stat: -rw-r--r-- 1,693 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
Source: meschach
Section: math
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/science-team/meschach
Vcs-Git: https://salsa.debian.org/science-team/meschach.git
Homepage: https://maths.anu.edu.au/research/cma-proceedings/meschach-matrix-computations-c

Package: libmeschach-dev
Architecture: any
Section: libdevel
Depends: libmeschach1.2 (= ${binary:Version}), libc6-dev, ${misc:Depends}
Conflicts: meschach-dev
Replaces: meschach-dev
Description: development files for meschach
 These are files necessary for compiling programs with the 
 meschach linear algebra library.

Package: libmeschach1.2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: meschach
Description: library for performing operations on matrices and vectors
 Meschach is a library of routines written in C for matrix
 computations. These include operations for basic numerical linear
 algebra; routines for matrix factorisations; solving systems of
 equations; solving least squares problems; computing eigenvalues,
 eigenvectors and singular values;sparse matrix computations including
 both direct and iterative methods. This package makes use of the
 features of the C programming language: data structures, dynamic
 memory allocation and deallocation, pointers, functions as parameters
 and objects. Meschach has a number of self-contained data structures
 for matrices, vectors and other mathematical objects.
 Web site: ftp://ftpmaths.anu.edu.au/pub/meschach/meschach.html