math/newmat - The NetBSD Packages Collection

Newmat C++ Matrix Library

This C++ library is intended for scientists and engineers who need to
manipulate a variety of types of matrices using standard matrix operations.
Emphasis is on the kind of operations needed in statistical calculations such
as least squares, linear equation solve and eigenvalues.

It supports matrix types: Matrix (rectangular matrix); UpperTriangularMatrix;
LowerTriangularMatrix; DiagonalMatrix; SymmetricMatrix; BandMatrix;
UpperBandMatrix; LowerBandMatrix; SymmetricBandMatrix; IdentityMatrix;
RowVector; ColumnVector.

The library includes the operations *, +, -, *=, +=, -=, Kronecker product,
Schur product, concatenation, inverse, transpose, conversion between types,
submatrix, determinant, Cholesky decomposition, QR triangularisation, singular
value decomposition, eigenvalues of a symmetric matrix, sorting, fast Fourier
and trig. transforms, printing and an interface with Numerical Recipes in C.

It is intended for matrices in the range 10 x 10 to the maximum size your
machine will accommodate in a single array. The package works for very small
matrices but becomes rather inefficient.  A lazy evaluation approach to
evaluating matrix expressions is used to improve efficiency and reduce use of
temporary storage.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64newmat-11.tgz
NetBSD 10.0aarch64newmat-11.tgz
NetBSD 10.0aarch64newmat-11.tgz
NetBSD 10.0aarch64ebnewmat-11.tgz
NetBSD 10.0aarch64ebnewmat-11.tgz
NetBSD 10.0aarch64ebnewmat-11.tgz
NetBSD 10.0alphanewmat-11.tgz
NetBSD 10.0earmv4newmat-11.tgz
NetBSD 10.0earmv6hfnewmat-11.tgz
NetBSD 10.0earmv6hfnewmat-11.tgz
NetBSD 10.0earmv6hfnewmat-11.tgz
NetBSD 10.0earmv7hfnewmat-11.tgz
NetBSD 10.0earmv7hfnewmat-11.tgz
NetBSD 10.0earmv7hfnewmat-11.tgz
NetBSD 10.0i386newmat-11.tgz
NetBSD 10.0i386newmat-11.tgz
NetBSD 10.0m68knewmat-11.tgz
NetBSD 10.0powerpcnewmat-11.tgz
NetBSD 10.0sparcnewmat-11.tgz
NetBSD 10.0vaxnewmat-11.tgz
NetBSD 10.0x86_64newmat-11.tgz
NetBSD 10.0x86_64newmat-11.tgz
NetBSD 8.0i386newmat-11.tgz
NetBSD 8.0i386newmat-11.tgz
NetBSD 8.0powerpcnewmat-11.tgz
NetBSD 8.0powerpcnewmat-11.tgz
NetBSD 8.0x86_64newmat-11.tgz
NetBSD 8.0x86_64newmat-11.tgz
NetBSD 9.0aarch64newmat-11.tgz
NetBSD 9.0aarch64newmat-11.tgz
NetBSD 9.0aarch64newmat-11.tgz
NetBSD 9.0alphanewmat-11.tgz
NetBSD 9.0alphanewmat-11.tgz
NetBSD 9.0earmnewmat-11.tgz
NetBSD 9.0earmv6hfnewmat-11.tgz
NetBSD 9.0earmv6hfnewmat-11.tgz
NetBSD 9.0earmv6hfnewmat-11.tgz
NetBSD 9.0earmv7hfnewmat-11.tgz
NetBSD 9.0earmv7hfnewmat-11.tgz
NetBSD 9.0earmv7hfnewmat-11.tgz
NetBSD 9.0i386newmat-11.tgz
NetBSD 9.0i386newmat-11.tgz
NetBSD 9.0m68knewmat-11.tgz
NetBSD 9.0m68knewmat-11.tgz
NetBSD 9.0m68knewmat-11.tgz
NetBSD 9.0mips64ebnewmat-11.tgz
NetBSD 9.0powerpcnewmat-11.tgz
NetBSD 9.0powerpcnewmat-11.tgz
NetBSD 9.0sh3elnewmat-11.tgz
NetBSD 9.0sh3elnewmat-11.tgz
NetBSD 9.0sparc64newmat-11.tgz
NetBSD 9.0sparcnewmat-11.tgz
NetBSD 9.0sparcnewmat-11.tgz
NetBSD 9.0x86_64newmat-11.tgz
NetBSD 9.0x86_64newmat-11.tgz
NetBSD 9.3x86_64newmat-11.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.