How to Install and Uninstall libnewmat10-dev Package on Kali Linux

Last updated: April 28,2024

1. Install "libnewmat10-dev" package

Please follow the step by step instructions below to install libnewmat10-dev on Kali Linux

$ sudo apt update $ sudo apt install libnewmat10-dev

2. Uninstall "libnewmat10-dev" package

Please follow the guidelines below to uninstall libnewmat10-dev on Kali Linux:

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

3. Information about the libnewmat10-dev package on Kali Linux

Package: libnewmat10-dev
Source: newmat
Version: 1.10.4-8
Installed-Size: 935
Maintainer: Debian Science Team
Architecture: amd64
Provides: libnewmat-dev
Depends: libnewmat10ldbl (= 1.10.4-8)
Conflicts: libnewmat-dev
Size: 139820
SHA256: 6a76f5e16c8bbe5a53120acd5935cdffcbb204a44ea16a48080579e95cde44cc
SHA1: ef816df6c5fdbf70815eb002f8d3779b1d056395
MD5sum: a956a08808e9313022bc073f635d3d03
Description: 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
Tag: devel::lang:c++, devel::library, field::mathematics, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/n/newmat/libnewmat10-dev_1.10.4-8_amd64.deb