How to Install and Uninstall OpenNL.x86_64 Package on Fedora 35

Last updated: September 23,2024

1. Install "OpenNL.x86_64" package

Learn how to install OpenNL.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install OpenNL.x86_64

2. Uninstall "OpenNL.x86_64" package

Learn how to uninstall OpenNL.x86_64 on Fedora 35:

$ sudo dnf remove OpenNL.x86_64 $ sudo dnf autoremove

3. Information about the OpenNL.x86_64 package on Fedora 35

Last metadata expiration check: 1:53:53 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : OpenNL
Version : 3.2.1
Release : 28.fc35
Architecture : x86_64
Size : 40 k
Source : OpenNL-3.2.1-28.fc35.src.rpm
Repository : fedora
Summary : A library for solving sparse linear systems
URL : http://alice.loria.fr/index.php/software/4-library/23-opennl.html
License : BSD
Description : OpenNL (Open Numerical Library) is a library for solving sparse linear systems,
: especially designed for the Computer Graphics community. The goal for OpenNL is
: to be as small as possible, while offering the subset of functionalities
: required by this application field. The Makefiles of OpenNL can generate a
: single .c + .h file, very easy to integrate in other projects. The distribution
: includes an implementation of our Least Squares Conformal Maps parameterization
: method.
:
: New version: OpenNL 3.2.1, includes support for CUDA and Fermi architecture
: (Concurrent Number Cruncher and Nathan Bell's ELL formats)
:
:
: OpenNL offers the following set of functionalities:
:
: Efficient sparse matrix data structure (for non-symmetric and symmetric
: matrices)
: Iterative builder for sparse linear system
: Iterative builder for sparse least-squares problems
: Iterative solvers: conjugate gradient, BICGStab, GMRES
: Preconditionners: Jacobi, SSOR
: Iterative solver on the GPU (Concurrent Number Cruncher and Nathan Bell's
: ELL)
: Sparse direct solvers: OpenNL can be linked with SuperLU
: Simple demo program with LSCM (Least Squares Conformal Maps)