How to Install and Uninstall libcholmod5 Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "libcholmod5" package

Please follow the guidelines below to install libcholmod5 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libcholmod5

2. Uninstall "libcholmod5" package

This guide let you learn how to uninstall libcholmod5 on openSuSE Tumbleweed:

$ sudo zypper remove libcholmod5

3. Information about the libcholmod5 package on openSuSE Tumbleweed

Information for package libcholmod5:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libcholmod5
Version : 7.5.1-50.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : suitesparse-7.5.1-50.1.src
Upstream URL : https://people.engr.tamu.edu/davis/suitesparse.html
Summary : Supernodal Sparse Cholesky Factorization and Update/Downdate
Description :
CHOLMOD is a set of ANSI C routines for sparse Cholesky factorization
and update/downdate. A MATLAB interface is provided.
The performance of CHOLMOD was compared with 10 other codes in a
paper by Nick Gould, Yifan Hu, and Jennifer Scott. see also their raw
data. Comparing BCSLIB-EXT, CHOLMOD, MA57, MUMPS, Oblio, PARDISO,
SPOOLES, SPRSBLKLLT, TAUCS, UMFPACK, and WSMP, on 87 large symmetric
positive definite matrices, they found CHOLMOD to be fastest for 42
of the 87 matrices. Its run time is either fastest or within 10% of
the fastest for 73 out of 87 matrices. Considering just the larger
matrices, it is either the fastest or within 10% of the fastest for
40 out of 42 matrices. It uses the least amount of memory (or within
10% of the least) for 35 of the 42 larger matrices. Jennifer Scott
and Yifan Hu also discuss the design considerations for a sparse
direct code.
CHOLMOD is part of the SuiteSparse sparse matrix suite.