Skip to content
#

matrix-factorization

Here are 17 public repositories matching this topic...

This library include files that can be used for complex matrix computations. The library has been written in C/C++ and should be compatible with any microcontroller. Also includes Arduino codes that use the library for matrix computation.

  • Updated Sep 28, 2020
  • C

This application contains a set of examples for all mayor linear algebraic algorithms. Within the source code there are definitions and complex descriptions to the different aspects of computing bidimentional arrays of any size. This project focuses in computing systems of equations of nxn size.

  • Updated Jun 26, 2020
  • C

A system of linear equations solver with a parallel LU Decomposition algorithm implemented using Pthreads at its core. C/C++ implementations with and without pivoting. Thoroughly documented and benchmarked on an intel linux system and a macbook pro with Apple Silicon M3pro chip. This project was developed as a project at Portland State University

  • Updated Mar 23, 2024
  • C

Improve this page

Add a description, image, and links to the matrix-factorization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the matrix-factorization topic, visit your repo's landing page and select "manage topics."

Learn more