Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/umfpack/src/umfpack/include/umf_scale.h
3206 views
1
/* -------------------------------------------------------------------------- */
2
/* UMFPACK Version 4.4, Copyright (c) 2005 by Timothy A. Davis. CISE Dept, */
3
/* Univ. of Florida. All Rights Reserved. See ../Doc/License for License. */
4
/* web: http://www.cise.ufl.edu/research/sparse/umfpack */
5
/* -------------------------------------------------------------------------- */
6
7
GLOBAL void UMF_scale
8
(
9
Int n,
10
Entry alpha,
11
Entry X [ ]
12
) ;
13
14