LIBIRWLS
ParallelAlgorithms.c File Reference

Functions to perform some parallel linear algebra tasks. More...

#include "ParallelAlgorithms.h"
#include <omp.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>

Detailed Description

Functions to perform some parallel linear algebra tasks.

Parallel procedures to solve linear systems, cholesky factorization, matrix products or triangular matrix inversion.

Author
Roberto Diaz Morales
Date
23 Aug 2016
See also
ParallelAlgorithms.h