jax.lax.scan, JAX developers, 2024 - Provides the official description and usage of the jax.lax.scan primitive.
XLA Overview, Google Developers, 2024 (Google) - Provides an overview of XLA's role as a domain-specific compiler for linear algebra, explaining how it optimizes computations for various hardware, which applies to lax.scan's performance benefits.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Chapter 10 discusses sequence modeling and recurrent neural networks, providing the theoretical background for the types of problems lax.scan is designed to address.