How to Install and Uninstall libnewmat10ldbl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 07,2024

1. Install "libnewmat10ldbl" package

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

$ sudo apt update $ sudo apt install libnewmat10ldbl

2. Uninstall "libnewmat10ldbl" package

Please follow the steps below to uninstall libnewmat10ldbl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnewmat10ldbl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnewmat10ldbl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnewmat10ldbl
Priority: optional
Section: universe/libs
Installed-Size: 580
Maintainer: Ubuntu Developers
Original-Maintainer: Philippe Coval
Architecture: amd64
Source: newmat
Version: 1.10.4-5
Provides: libnewmat
Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1)
Conflicts: libnewmat10 (<< 1.10.4-3)
Filename: pool/universe/n/newmat/libnewmat10ldbl_1.10.4-5_amd64.deb
Size: 176472
MD5sum: e6e7a9f6be4a235614c2d4501f08723e
SHA1: 87a8efdf4b1f4c1579363a4beb43c6962c83c2ca
SHA256: 9684d956698a892697d0d42ff3b1e7fab8cbfdbf74eb73fc89ac66ac2f8e48ff
Description-en: matrix manipulations library (C++)
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.
Description-md5: 547d97745a4aaefafc82afa00e942f0d
Homepage: http://www.robertnz.net/nm_intro.htm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu