void ladel_scale_scalar(ladel_sparse_matrix *M, ladel_double s)
Scales the elements of M with s, that is .
void ladel_infinity_norm_rows(ladel_sparse_matrix *M, ladel_double *norms)
Computes the row-wise infinity norms, that is .
void ladel_infinity_norm_columns(ladel_sparse_matrix *M, ladel_double *norms)
Computes the column-wise infinity norms, that is .
void ladel_scale_rows(ladel_sparse_matrix *M, const ladel_double *S)
Scales the rows of M with the scalars in S, that is .
void ladel_scale_columns(ladel_sparse_matrix *M, const ladel_double *S)
Scales the columns of M with the scalars in S, that is .
Structures and types used in LADEL routines.
double ladel_double
Type for floating point numbers (default: double)
Sparse matrix in compressed column storage.