SearcharxivSearch

arXiv subjects

Jennifer Scott

Publications and source records attributed to Jennifer Scott.

15 recordsLinked to original sources

Row-Splitting ILU Preconditioners for Sparse Least-Squares Problems

Preconditioning for overdetermined least-squares problems has received comparatively little attention, and designing methods that are both effective and memory-efficient remains challenging. We propose a class of ILU-based preconditioners built around a row-splitting strategy that identifies a well-conditioned square submatrix via an incomplete LU factorization and combines its incomplete factors with algebraic corrections from the remaining rows. This construction avoids forming the normal equations and is well suited to problems for which the normal matrix is ill-conditioned or relatively dense. Numerical experiments on test problems arising from practical applications illustrate the effectiveness of the proposed approach when used with a Krylov subspace solver and demonstrate it can outperform preconditioners based on incomplete Cholesky factorization of the normal equations, including for sparse-dense problems, where the splitting naturally isolates dense rows.

math.NA

A computational study of low precision incomplete Cholesky factorization preconditioners for sparse linear least-squares problems

Our interest lies in the robust and efficient solution of large sparse linear least-squares problems. In recent years, hardware developments have led to a surge in interest in exploiting mixed precision arithmetic within numerical linear algebra algorithms to take advantage of potential savings in memory requirements, runtime and energy use, whilst still achieving the requested accuracy. We explore employing mixed precision when solving least-squares problems, focusing on the practicalities of developing robust approaches using low precision incomplete Cholesky factorization preconditioners. Key penalties associated with lower precision include a loss of reliability and less accuracy in the computed solution. Through experiments involving problems from practical applications, we study computing incomplete Cholesky factorizations of the normal matrix using low precision and using the factors to precondition LSQR using mixed precision. We investigate level-based and memory-limited incomplete factorization preconditioners. We find that the former are not effective for least-squares problems while the latter can provide high-quality preconditioners. In particular, half precision arithmetic can be considered if high accuracy is not required in the solution or the memory for the incomplete factors is very restricted; otherwise, single precision can be used, and double precision accuracy recovered while reducing memory consumption, even for ill-conditioned problems.

math.NA

The concentration and energetic content of floral nectar sugars: calculation, conversions, and common confusions

The sugar concentration of floral nectar is a key metric for describing nectar composition and a major factor influencing pollinator visitation to flowers. Across pollination biology research there are multiple approaches in use for describing nectar sugar concentration. With these different approaches there are several potential sources of confusion which, if not accounted for, can lead to errors. Further potential for error arises if researchers wish to make comparisons between the energetic content of nectars containing different ratios of sucrose, fructose and glucose. Regardless of whether concentration is measured per mole or per unit mass, the energetic content differs between the hexose sugars (glucose and fructose) and sucrose. Appropriate conversion is needed for direct comparison. Here we address these two issues with the following aims. We consolidate the literature on this topic with examples of the different methods for reporting nectar sugar concentrations, provide insight into potential sources of error, and derive equations for converting between the different ways of expressing sugar concentration for the three primary nectar sugars: sucrose, glucose and fructose. Second, we discuss the relative energetic content of sucrose, glucose, and fructose, and rationalise adjustment of "energetic value" rather than reporting concentration directly. In this way, we hope to harmonise ongoing work in pollination ecology.

q-bio.OT

Developing robust incomplete Cholesky factorizations in half precision arithmetic

Incomplete factorizations have long been popular general-purpose algebraic preconditioners for solving large sparse linear systems of equations. Guaranteeing the factorization is breakdown free while computing a high quality preconditioner is challenging. A resurgence of interest in using low precision arithmetic makes the search for robustness more important and more challenging. In this paper, we focus on ill-conditioned symmetric positive definite problems and explore a number of approaches for preventing and handling breakdowns: prescaling of the system matrix, a look-ahead strategy to anticipate breakdown as early as possible, the use of global shifts, and a modification of an idea developed in the field of numerical optimization for the complete Cholesky factorization of dense matrices. Our numerical simulations target highly ill-conditioned sparse linear systems with the goal of computing the factors in half precision arithmetic and then achieving double precision accuracy using mixed precision refinement. We also consider the often overlooked issue of growth in the sizes of entries in the factors that can occur when using any precision and can render the computed factors ineffective as preconditioners.

math.NA

Avoiding breakdown in incomplete factorizations in low precision arithmetic

The emergence of low precision floating-point arithmetic in computer hardware has led to a resurgence of interest in the use of mixed precision numerical linear algebra. For linear systems of equations, there has been renewed enthusiasm for mixed precision variants of iterative refinement. We consider the iterative solution of large sparse systems using incomplete factorization preconditioners. The focus is on the robust computation of such preconditioners in half precision arithmetic and employing them to solve symmetric positive definite systems to higher precision accuracy; however, the proposed ideas can be applied more generally. Even for well-conditioned problems, incomplete factorizations can break down when small entries occur on the diagonal during the factorization. When using half precision arithmetic, overflows are an additional possible source of breakdown. We examine how breakdowns can be avoided and we implement our strategies within new half precision Fortran sparse incomplete Cholesky factorization software. Results are reported for a range of problems from practical applications. These demonstrate that, even for highly ill-conditioned problems, half precision preconditioners can potentially replace double precision preconditioners, although unsurprisingly this may be at the cost of additional iterations of a Krylov solver.

math.NA

A Robust Algebraic Domain Decomposition Preconditioner for Sparse Normal Equations

Solving the normal equations corresponding to large sparse linear least-squares problems is an important and challenging problem. For very large problems, an iterative solver is needed and, in general, a preconditioner is required to achieve good convergence. In recent years, a number of preconditioners have been proposed. These are largely serial and reported results demonstrate that none of the commonly used preconditioners for the normal equations matrix is capable of solving all sparse least-squares problems. Our interest is thus in designing new preconditioners for the normal equations that are efficient, robust, and can be implemented in parallel. Our proposed preconditioners can be constructed efficiently and algebraically without any knowledge of the problem and without any assumption on the least-squares matrix except that it is sparse. We exploit the structure of the symmetric positive definite normal equations matrix and use the concept of algebraic local symmetric positive semi-definite splittings to introduce two-level Schwarz preconditioners for least-squares problems. The condition number of the preconditioned normal equations is shown to be theoretically bounded independently of the number of subdomains in the splitting. This upper bound can be adjusted using a single parameter $\tau$ that the user can specify. We discuss how the new preconditioners can be implemented on top of the PETSc library using only 150 lines of Fortran, C, or Python code. Problems arising from practical applications are used to compare the performance of the proposed new preconditioner with that of other preconditioners.

math.NA

Solving large linear least squares problems with linear equality constraints

We consider the problem of efficiently solving large-scale linear least squares problems that have one or more linear constraints that must be satisfied exactly. Whilst some classical approaches are theoretically well founded, they can face difficulties when the matrix of constraints contains dense rows or if an algorithmic transformation used in the solution process results in a modified problem that is much denser than the original one. To address this, we propose modifications and new ideas, with an emphasis on requiring the constraints are satisfied with a small residual. We examine combining the null-space method with our recently developed algorithm for computing a null space basis matrix for a "wide" matrix. We further show that a direct elimination approach enhanced by careful pivoting can be effective in transforming the problem to an unconstrained sparse-dense least squares problem that can be solved with existing direct or iterative methods. We also present a number of solution variants that employ an augmented system formulation, which can be attractive when solving a sequence of related problems. Numerical experiments using problems coming from practical applications are used throughout to demonstrate the effectiveness of the different approaches.

math.NA

Two-level Nystr\"om--Schur preconditioner for sparse symmetric positive definite matrices

Randomized methods are becoming increasingly popular in numerical linear algebra. However, few attempts have been made to use them in developing preconditioners. Our interest lies in solving large-scale sparse symmetric positive definite linear systems of equations where the system matrix is preordered to doubly bordered block diagonal form (for example, using a nested dissection ordering). We investigate the use of randomized methods to construct high quality preconditioners. In particular, we propose a new and efficient approach that employs Nystr\"om's method for computing low rank approximations to develop robust algebraic two-level preconditioners. Construction of the new preconditioners involves iteratively solving a smaller but denser symmetric positive definite Schur complement system with multiple right-hand sides. Numerical experiments on problems coming from a range of application areas demonstrate that this inner system can be solved cheaply using block conjugate gradients and that using a large convergence tolerance to limit the cost does not adversely affect the quality of the resulting Nystr\"om--Schur two-level preconditioner.

math.NA

Compressed threshold pivoting for sparse symmetric indefinite systems

A key technique for controlling numerical stability in sparse direct solvers is threshold partial pivoting. When selecting a pivot, the entire candidate pivot column below the diagonal must be up-to-date and must be scanned. If the factorization is parallelized across a large number of cores, communication latencies can be the dominant computational cost. In this paper, we propose two alternative pivoting strategies for sparse symmetric indefinite matrices that significantly reduce communication by compressing the necessary data into a small matrix that can be used to select pivots. Once pivots have been chosen, they can be applied in a communication-efficient fashion. For an n x p submatrix on P processors, we show our methods perform a factorization using O(log P) messages instead of the O(p log P) for threshold partial pivoting. The additional costs in terms of operations and communication bandwidth are relatively small. A stability proof is given and numerical results using a range of symmetric indefinite matrices arising from practical problems are used to demonstrate the practical robustness. Timing results on large random examples illustrate the potential speedup on current multicore machines.

math.NA

Galactic Scale Absorption Outflow in the Low Luminosity Quasar IRAS~F04250-5718: HST/COS Observations

We present absorption line analysis of the outflow in the quasar IRAS F04250-5718. Far-ultraviolet data from the Cosmic Origins Spectrograph onboard the Hubble Space Telescope reveal intrinsic narrow absorption lines from high ionization ions (e.g., C IV, N V, and O VI) as well as low ionization ions (e.g., C II and Si III). We identify three kinematic components with central velocities ranging from ~-50 to ~-230 km/s. Velocity dependent, non-black saturation is evident from the line profiles of the high ionization ions. From the non-detection of absorption from a metastable level of C II, we are able to determine that the electron number density in the main component of the outflow is < 30 per cubic cm. Photoionization analysis yields an ionization parameter log U ~ -1.6 +/- 0.2, which accounts for changes in the metallicity of the outflow and the shape of the incident spectrum. We also consider solutions with two ionization parameters. If the ionization structure of the outflow is due to photoionization by the active galactic nucleus, we determine that the distance to this component from the central source is > 3 kpc. Due to the large distance determined for the main kinematic component, we discuss the possibility that this outflow is part of a galactic wind.

astro-ph.CO

Ultraviolet and X-ray Variability of the Seyfert 1.5 Galaxy Markarian 817

We present an investigation of the ultraviolet and X-ray spectra of the Seyfert 1.5 galaxy Markarian 817. The ultraviolet analysis includes two recent observations taken with the Cosmic Origins Spectrograph in August and December 2009, as well as archival spectra from the International Ultraviolet Explorer and the Hubble Space Telescope. Twelve Ly-alpha absorption features are detected in the 1997 GHRS and 2009 COS spectra - of these, four are associated with high-velocity clouds in the interstellar medium, four are at low-significance, and the remaining four are intrinsic features, which vary between the GHRS and COS observations. The strongest intrinsic absorber in the 1997 spectrum has a systemic velocity of ~ -4250 km/s. The corresponding feature in the COS data is five times weaker than the GHRS absorber. The three additional weak (equivalent width from 13-54 mA) intrinsic Ly-alpha absorbers are at systemic velocities of -4100 km/s, -3550 km/s, and -2600 km/s. However, intrinsic absorption troughs from highly ionized C IV and N V, are not detected in the COS observations. No ionized absorption signatures are detected in the ~ 14 ks XMM-Newton EPIC spectra. The factor of five change in the intrinsic Ly$\alpha$ absorber is most likely due to bulk motions in the absorber, since there is no drastic change in the UV luminosity of the source from the GHRS to the COS observations. In a study of variability of Mrk 817, we find that the X-ray luminosity varies by a factor of ~40 over 20 years, while the UV continuum/emission lines vary by at most a factor of ~2.3 over 30 years. The variability of the X-ray luminosity is strongly correlated with the X-ray power-law index, but no correlation is found with the simultaneous optical/UV photometry.

astro-ph.HE

Quasars and the Big Blue Bump

We investigate the ultraviolet-to-optical spectral energy distributions (SEDs) of 17 active galactic nuclei (AGNs) using quasi-simultaneous spectrophotometry spanning 900-9000 Angstrom (rest frame). We employ data from the Far Ultraviolet Spectroscopic Explorer (FUSE), the Hubble Space Telescope (HST), and the 2.1-meter telescope at Kitt Peak National Observatory (KPNO). Taking advantage of the short-wavelength coverage, we are able to study the so-called "big blue bump," the region where the energy output peaks, in detail. Most objects exhibit a spectral break around 1100 Angstrom. Although this result is formally associated with large uncertainty for some objects, there is strong evidence in the data that the far-ultraviolet spectral region is below the extrapolation of the near-ultraviolet-optical slope, indicating a spectral break around 1100 Angstrom. We compare the behavior of our sample to those of non-LTE thin-disk models covering a range in black-hole mass, Eddington ratio, disk inclination, and other parameters. The distribution of ultraviolet-optical spectral indices redward of the break, and far-ultraviolet indices shortward of the break, are in rough agreement with the models. However, we do not see a correlation between the far-ultraviolet spectral index and the black hole mass, as seen in some accretion disk models. We argue that the observed spectral break is intrinsic to AGNs, although intrinsic reddening as well as Comptonization can strongly affect the far-ultraviolet spectral index. We make our data available online in digital format.

astro-ph

A Uniform Analysis of the Ly-alpha Forest at z=0 - 5: V. The extragalactic ionizing background at low redshift

In Paper III of our series "A Uniform Analysis of the Ly-alpha forest at z=0 - 5", we presented a set of 270 quasar spectra from the archives of the Faint Object Spectrograph on the Hubble Space Telescope. A total of 151 of these spectra, yielding 906 lines, are suitable for using the proximity effect signature to measure J(ν_0), the mean intensity of the hydrogen-ionizing background radiation field, at low redshift. Using a maximum likelihood technique and the best estimates possible for each QSO's Lyman limit flux and systemic redshift, we find J(ν_0)= 7.6^+9.4_-3.0 x 10^-23 ergs s^-1 cm^-2 Hz^-1 sr^-1 at at 0.03 < z < 1.67. This is in good agreement with the mean intensity expected from models of the background which incorporate only the known quasar population. When the sample is divided into two subsamples, consisting of lines with z < 1 and z > 1, the values of J(ν_0) found are 6.5^+38._-1.6 x 10^-23 ergs s^-1 cm^-2 Hz^-1 sr^-1, and 1.0^+3.8_-0.2 x 10^-22 ergs s^-1 cm^-2 Hz^-1 sr^-1, respectively, indicating that the mean intensity of the background is evolving over the redshift range of this data set. Relaxing the assumption that the spectral shapes of the sample spectra and the background are identical, the best fit HI photoionization rates are found to be 6.7 x 10^-13 s^-1 for all redshifts, and 1.9 x 10^-13 s^-1 and 1.3 x 10^-12 s^-1 for z < 1 and z > 1, respectively. This work confirms that the evolution of the number density of Ly-alpha lines is driven by a decrease in the ionizing background from z ~ 2 to z ~ 0 as well as by the formation of structure in the intergalactic medium. (Abridged)

astro-ph

A uniform analysis of the Lyman alpha forest at z = 0-5: III. HST FOS Spectral Atlas

We analyzed the absorption line spectra of all quasars observed with the high resolution gratings of the Faint Object Spectrograph on board the Hubble Space Telescope. We examined 788 spectra for 334 quasars, and present line lists and identifications of absorption lines in the spectra of 271 of them. Analysis of the statistics of the Ly-alpha and metal absorption systems are presented in companion papers (Dobrzycki et al. 2001; Scott et al. 2001; Morita et al. 2001). The data and several analysis products are available electronically and on the authors' web site.

astro-ph

A uniform analysis of the Lyman alpha forest at z = 0-5: IV. The clustering and evolution of clouds at z < 1.7

We present results on the evolution and clustering of Ly-alpha lines at low z. The sample contains 1298 Ly-alpha lines from 165 quasar spectra mined from the archives of the HST/FOS. Our sample extends to z=1.7, slightly higher than the sample analyzed by the HST Quasar Absorption Line Key Project. We confirm the Key Project result that the number density evolution of Ly-alpha lines at low z can be described by a power law that is significantly flatter than that found at high z. We find gamma=0.54+/-0.21 for lines with equivalent widths greater than 0.24 A, and gamma=0.60+/-0.14 using a variable EQW threshold, somewhat steeper than obtained previously. We find that the difference is likely attributable to different coverage of the two samples. The results concerning gamma are not significantly affected if one includes Ly-alpha lines from metal systems. Object to object fluctuations in the number of lines detected are small, indicating a high degree of uniformity in the IGM on large scales. We find marginal evidence that weak and strong lines undergo different evolution. We find weak clustering for Ly-alpha lines at Delta(V)<500 km/s, weaker than earlier analysis by Ulmer of a subsample of the Key Project data. We see no correlations for metal system-Ly-alpha forest or extensive metal system-Ly-alpha forest combinations.

astro-ph