Numerical computation in native Haskell
-
Updated
Aug 21, 2020 - Haskell
Numerical computation in native Haskell
Contains implementations of cache-optimized and external memory algorithms.
A performance comparison of standard matrix functions between CPU and GPU using Nvidia CUDA on Visual Studio using C++
Parallel matrix multiplication using Intel TBB library
Decompose 2D/3D structured meshes between multiple MPI processes in a pencil-like manner
Cache Oblivious Algorithms
It takes input for a matrix, displays the original matrix, and then prints its transpose.
Source code for matrix multiplication and transpose in a header file.
Ce projet est une bibliothèque de manipulation de matrices qui permet d'effectuer des calculs matriciels essentiels. Avec cette bibliothèque, vous pouvez créer des matrices, effectuer des opérations mathématiques sur les matrices telles que l'addition, la soustraction, la multiplication, le calcul de l'inverse, etc.
Programmed a calculator that would compute a series of matrix operations, such as addition, multiplication, and transposition.
In this simple sql-engine, we have implemented a limited set of query according to specified syntax. We also handled big matrix transpose here
OpenCL implementation of vector additon, matrix multiplication, reduction and sorting
Studying Java data structures and algorithms
This repository contains all the assignments related to Advanced microprocessors x86 and mmx controllers.
Portable, header-only linear algebra library written in C++
A project we had in Parallel High Performance Computing course where we used openMP & CUDA
💾 Different Matrix Operations like Addition, Transpose, Symmetric and Row Interchange performed using Pointer Arithmetic
A semester tasks of Data Structure and Programming Fundamentals using C++ Language.
Matrix Operator
Add a description, image, and links to the matrix-transpose topic page so that developers can more easily learn about it.
To associate your repository with the matrix-transpose topic, visit your repo's landing page and select "manage topics."