<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Perform Complex Matrix Operations Symbolically on Sparse Matrices
		// Provides a framework for lazy computation on large sparse
		matrices. Enables lazy evaluation of normalized data matrices,
		preserving sparsity throughout operations without materializing
		dense intermediate objects. Implements statistical algorithms
		including LSQR for sparse least squares as described in Paige
		and Saunders (1982) doi:10.1145/355984.355989 and partial
		singular value decomposition via the augmented implicitly
		restarted Lanczos bidiagonalization algorithm of Baglama and
		Reichel (2005) doi:10.1137/04060593X.
	</longdescription>
</pkgmetadata>
