Revision 8d80c9e1d5a8aaea123b670ff2dd04a5208d5bbe authored by Ben Hermans on 04 May 2020, 08:48:24 UTC, committed by Ben Hermans on 04 May 2020, 08:48:24 UTC
1 parent 24cf946
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 ...