How to Install and Uninstall libnewmat10-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libnewmat10-dev" package

In this section, we are going to explain the necessary steps to install libnewmat10-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnewmat10-dev

2. Uninstall "libnewmat10-dev" package

Please follow the instructions below to uninstall libnewmat10-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnewmat10-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnewmat10-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnewmat10-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 944
Maintainer: Ubuntu Developers
Original-Maintainer: Philippe Coval
Architecture: amd64
Source: newmat
Version: 1.10.4-5
Provides: libnewmat-dev
Depends: libnewmat10ldbl (= 1.10.4-5)
Filename: pool/universe/n/newmat/libnewmat10-dev_1.10.4-5_amd64.deb
Size: 187382
MD5sum: 0f12e452834a6448ac05220e9c9bfaad
SHA1: 72a48e81bd1a81bbd3f3ce920f6db847661b0733
SHA256: 00325b98a41ce53da43ca32cef2420b3ea8896633ea4c18276434a5a11d07d02
Description-en: matrix manipulations library (C++ headers files)
Newmat 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.
.
Newmat supports matrix types: Matrix (rectangular matrix);
UpperTriangularMatrix; LowerTriangularMatrix; DiagonalMatrix;
SymmetricMatrix; BandMatrix; UpperBandMatrix; LowerBandMatrix;
SymmetricBandMatrix; IdentityMatrix;
RowVector; ColumnVector.
.
Only one element type (float or double) is supported (default is double).
.
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 and printing.
.
libnewmat-dev contains static libraries, headers, and some documentation.
Description-md5: 3a88b77a81fed5a44f0d1af78913cf5b
Homepage: http://www.robertnz.net/nm_intro.htm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu