Revision d7989805982079e96b3c0d3d01fb440f5e401941 authored by Ben Hermans on 20 April 2020, 10:46:06 UTC, committed by Ben Hermans on 20 April 2020, 10:46:06 UTC
1 parent cee2741
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 ...