Revision a3a296fddafeefd5bfa7dfd95e04ec3d62ea00e2 authored by Ben Hermans on 16 March 2020, 16:11:21 UTC, committed by Ben Hermans on 16 March 2020, 16:11:21 UTC
1 parent fe5f1c0
permutation.h
#ifndef LADEL_PERMUTATION_H
#define LADEL_PERMUTATION_H
#include "types.h"
void ladel_permute_vector(ladel_double *x, ladel_int *p, ladel_int size, ladel_double *y);
void ladel_inverse_permute_vector(ladel_double *x, ladel_int *pinv, ladel_int size, ladel_double *y);
void ladel_permute_symmetric_matrix(ladel_sparse_matrix *M, ladel_int *p, ladel_sparse_matrix *Mpp, ladel_work* work);
#endif /*LADEL_PERMUTATION_H*/

Computing file changes ...