Skip to content

CoderRony955/numc-exp

Repository files navigation

NumC - Numerical Experiments in C++

A repository for numerical experiments and algorithm implementation in C++. This project explores various concepts in numerical computing.

Experiments

  • Matrix Operations: Exploring the implementation of data structures and algorithms for matrix manipulation.
  • Random Array Operations: Implementing random operations on arrays.
  • Random Number Generation: Implementing utilities for generating random numbers and arrays.

Project Structure

The repository is organized as follows:

.
├── CMakeLists.txt      # Main CMake build script
├── libmatrix/          # Header files for matrix experiments
├── matrix/             # Source files for matrix experiments
├── librandom/          # Header files for random number experiments
├── random/             # Source files for random number experiments
├── librandomarr/       # Header files for random array experiments
├── randomarr/          # Source files for random array 

Building the Project

This project uses CMake for building.

  1. Create a build directory:

    mkdir build
    cd build
  2. Configure the project:

    cmake ..
  3. Build the project:

    cmake --build .

The compiled executables will be located in the build directory.

About

A repository for numerical experiments and algorithm implementation in C++

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors