How To Install cxsc on Fedora 36

In this tutorial we learn how to install cxsc in Fedora 36. cxsc is C++ library for Extended Scientific Computing

Introduction

In this tutorial we learn how to install cxsc on Fedora 36.

What is cxsc

C-XSC is the C language variant of the XSC (eXtensions for Scientific Computing) project. It provides routines that guarantee accuracy and reliability of results. Problem-solving routines with automatic result verification have been developed for many standard problems of numerical analysis, such as linear or nonlinear systems of equations, differential and integral equations, etc. as well as for a large number of applications in engineering and the natural sciences. Some of the features of C-XSC are - Operator concept (user-defined operators) - Overloading concept - Module concept - Dynamic arrays - Controlled rounding - Predefined arithmetic data types real, extended real, complex, interval, complex interval, and corresponding vector and matrix types - Predefined arithmetic operators and elementary functions of the highest accuracy for the arithmetic data types - Data type dotprecision for the exact representation of dot products - Library of mathematical problem-solving routines with automatic result verification and high accuracy

We can use yum or dnf to install cxsc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cxsc.

Install cxsc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

title: “How To Install cxsc on Fedora 36” After updating yum database, We can install cxsc using dnf by running the following command:

linkTitle: “cxsc”

type: "docs"
sudo dnf -y install cxsc

description: “In this tutorial we learn how to install cxsc in Fedora 36. cxsc is C++ library for Extended Scientific Computing”

date: “2022-08-17” lastmod: “2022-08-17”

Install cxsc on Fedora 36 Using yum

#image: /images/fedora/36/cxsc-featured.png

Update yum database with yum using the following command.

Introduction


sudo yum makecache --refresh

In this tutorial we learn how to install cxsc on Fedora 36.

What is cxsc

After updating yum database, We can install cxsc using yum by running the following command:

> C-XSC is the C language variant of the XSC (eXtensions for Scientific Computing) project.  It provides routines that guarantee accuracy and reliability of results.  Problem-solving routines with automatic result verification have been developed for many standard problems of numerical analysis, such as linear or nonlinear systems of equations, differential and integral equations, etc. as well as for a large number of applications in engineering and the natural sciences.  Some of the features of C-XSC are - Operator concept (user-defined operators) - Overloading concept - Module concept - Dynamic arrays - Controlled rounding - Predefined arithmetic data types real, extended real, complex,   interval, complex interval, and corresponding vector and matrix types - Predefined arithmetic operators and elementary functions of the highest   accuracy for the arithmetic data types - Data type dotprecision for the exact representation of dot products - Library of mathematical problem-solving routines with automatic ressudo yum -y install cxsc
ult   verification and high accuracy  

How To Uninstall cxsc on Fedora 36

We can use yum or dnf to install cxsc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cxsc.

To uninstall only the cxsc package we can use the following command:

Install cxsc on Fedora 36 Using dnf

Update yum database with dnf using the following command.


sudo dnf remove cxsc
```bash

sudo dnf makecache –refresh

## cxsc Package Contents on Fedora 36


```bash
After updating yum database, We can install `cxsc` using `dnf` by running the following command:

```bash
sudo dnf -y install cxsc

Install cxsc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cxsc using yum by running the following command:

sudo yum -y install cxsc

How To Uninstall cxsc on Fedora 36

To uninstall only the cxsc package we can use the following command:

sudo dnf remove cxsc

cxsc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/e72d152c4de41466712ea5bc5a594972277a7d
/usr/lib64/libcxsc.so.2
/usr/lib64/libcxsc.so.2.5.4
/usr/share/doc/cxsc
/usr/share/doc/cxsc/README
/usr/share/doc/cxsc/changelog
/usr/share/licenses/cxsc
/usr/share/licenses/cxsc/COPYING

References

Summary

In this tutorial we learn how to install cxsc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/3b /usr/lib/.build-id/3b/4ef706f940e77f73c312d98552c375ef14151c /usr/lib/libcxsc.so.2 /usr/lib/libcxsc.so.2.5.4 /usr/share/doc/cxsc /usr/share/doc/cxsc/README /usr/share/doc/cxsc/changelog /usr/share/licenses/cxsc /usr/share/licenses/cxsc/COPYING


## References

* [cxsc website](http://www2.math.uni-wuppertal.de/wrswt/xsc/cxsc_new.html)

## Summary

In this tutorial we learn how to install `cxsc` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).