Revision 4b8787751140ba66a11e18577919f5f9686c526f authored by Ben Hermans on 04 May 2020, 08:48:47 UTC, committed by Ben Hermans on 04 May 2020, 08:48:47 UTC
1 parent 8d80c9e
scale.h
#ifndef LADEL_SCALE_H
#define LADEL_SCALE_H
#include "types.h"
void ladel_scale_columns(ladel_sparse_matrix *M, ladel_double* S);
void ladel_scale_rows(ladel_sparse_matrix *M, ladel_double* S);
void ladel_scale_scalar(ladel_sparse_matrix *M, ladel_double s);
void ladel_infinity_norm_columns(ladel_sparse_matrix *M, ladel_double *norms);
void ladel_infinity_norm_rows(ladel_sparse_matrix *M, ladel_double *norms);
#endif /*LADEL_SCALE_H*/

Computing file changes ...