Revision 5371c917259900b4efeffd61260e9ab9f80f2249 authored by Ben Hermans on 25 June 2020, 08:45:07 UTC, committed by Ben Hermans on 25 June 2020, 08:45:07 UTC
1 parent 97025d4
ladel_scale.h
#ifndef LADEL_SCALE_H
#define LADEL_SCALE_H
#include "ladel_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 ...