Inversion of Circulant Matrices Over Zm

Total Page:16

File Type:pdf, Size:1020Kb

Inversion of Circulant Matrices Over Zm Inversion of Circulant Matrices over Zm Dario Bini1, Gianna M. Del Corso2 Giovanni Manzini2;3, Luciano Margara4 1 Dipartimento di Matematica, Universit`adi Pisa, 56126 Pisa, Italy. 2 Istituto di Matematica Computazionale, Via S. Maria, 46, 56126 Pisa, Italy. 3 Dipartimento di Scienze e Tecnologie Avanzate, Universit`adi Torino, 15100 Alessandria, Italy. 4 Dipartimento di Scienze dell'Informazione, Universit`adi Bologna, 40127 Bologna, Italy. Abstract. In this paper we consider the problem of inverting an n × n circulant matrix with entries over Zm. We show that the algorithm for inverting circulants, based on the reduction to diagonal form by means of FFT, has some drawbacks when working over Zm. We present three different algorithms which do not use this approach. Our algorithms re- quire different degrees of knowledge of m and n, and their costs range | roughly | from n log n log log n to n log2 n log log n log m operations over Zm. We also present an algorithm for the inversion of finitely generated bi-infinite Toeplitz matrices. The problems considered in this paper have applications to the theory of linear Cellular Automata. 1 Introduction In this paper we consider the problem of inverting circulant and bi-infinite Toeplitz matrices with entries over the ring Zm. In addition to their own in- terest as linear algebra problems, these problems play an important role in the theory of linear Cellular Automata. The standard algorithm for inverting circulant matrices with real or complex entries is based on the fact that any n × n circulant is diagonalizable by means (i−1)(j−1) of the Fourier matrix F (defined by Fij = ! where ! is a primitive n-th root of unity). Hence, we can compute the eigenvalues of the matrix with a single FFT. To compute the inverse of the matrix it suffices to invert the eigenvalues and execute an inverse FFT. The total cost of inverting an n × n circulant is therefore O(n log n) arithmetic operations. Unfortunately this method does not generalize, not even for circulant matri- ces over the field Zp. The reason is that if gcd(p; n) > 1 no extension field of Zp contains a primitive n-th root of unity. As a consequence, n × n circulant matrices over Zp are not diagonalizable. If gcd(p; n) = 1 we are guaranteed that a primitive n-th root of unity exists in a suitable extension of Zp. However, the approach based on the FFT still poses some problems. In fact, working in an extension of Zp requires that we find a suitable irreducible polynomial q(x) and every operation in the field involves manipulation of polynomials of degree up to deg(q(x)) − 1. In this paper we describe three algorithms for inverting an n × n circulant matrix over Zm which are not based on the reduction to diagonal form by means of FFT. Instead, we transform the original problem into an equivalent problem over the ring Zm[x]. Our first algorithm assumes the factorization of m is known and it requires n log2 n + n log m multiplications and n log2 n log log n additions over Zm. Our second algorithm does not requires the factorization of m and its cost is a factor log m greater than in the previous case. The third algorithm assumes nothing about m but works only for n = 2k. It is the fastest algorithm and it has the same asymptotic cost of a single multiplication between degree n polynomials in Zm[x]. Finally, we show that this last algorithm can be used to build a fast procedure for the inversion of finitely generated bi-infinite Toeplitz matrices. The problem of inverting a circulant matrix with entries over an arbitrary commutative ring R has been addressed in [4]. There, the author shows how to compute the determinant and the adjoint of an n×n circulant matrix of the form Pl i I + i=1 βiU , (where Uij = 1 for i − j ≡ 1 (mod n) and 0 otherwise). A naive implementation of the proposed method takes Onl + 2l operations over R. Although the same computation can be done in O(nl + M(l) log n) operations, where M(l) is the cost of l × l matrix multiplication (hence, M(l) = l!, with 2 ≤ ! < 2:376), this algorithm remains competitive only for very small values of the \band" l. 2 Definitions and notation Circulant matrices. Let U denote the n × n cyclic shift matrix whose entries are Uij = 1 if j − i ≡ 1 (mod n), and 0 otherwise. A circulant matrix over Pn−1 i Zm can be written as A = i=0 aiU , where ai 2 Zm. Assuming det(A) is invertible over Zm, we consider the problem of computing a circulant matrix Pn−1 i B = i=0 biU , such that AB = I (it is well known that the inverse of a circulant matrix is still circulant). Pn−1 i It is natural to associate with a circulant matrix A = i=0 aiU the poly- Pn−1 i nomial (over the ring Zm[x]) f(x) = i=0 aix . Computing the inverse of A is Pr i clearly equivalent to finding a polynomial g(x) = i=0 bix in Zm[x] such that f(x)g(x) ≡ 1 (mod xn − 1): (1) The congruence modulo xn − 1 follows from the equality U n = I. Hence, the problem of inverting a circulant matrix is equivalent to inversion in the ring n Zm[x]=(x − 1). Bi-infinite Toeplitz matrices. Let W; W −1;W 0 denote the bi-infinite matrices defined by 1; if j − i = 1, 1; if i − j = 1, 1; if j = i, W = W −1 = W 0 = ij 0; otherwise; ij 0; otherwise; ij 0; otherwise; where both indices i; j range over Z. If we extend in the obvious way the matrix product to the bi-infinite case we have WW −1 = W −1W = W 0. Hence, we can define the algebra of finitely generated bi-infinite Toeplitz matrices over Zm as the set of all matrices of the form X i T = aiW i2Z where ai 2 Zm and only finitely many of them are nonzero. An equivalent representation of the elements of this algebra can be obtained using finite formal power series (fps) over Zm. For example, the matrix T above is represented by the P i finite fps hT (x) = i2Z aix . In the following we use Zmfxg to denote the set of finite fps over Zm. Instead of stating explicitly that only finitely many coefficients Pr i are nonzero, we write each element f(x) 2 Zmfxg as f(x) = i=−r bix (where some of the bi's can still be zero). Computing the inverse of a bi-infinite Toeplitz matrix T is clearly equivalent to finding g(x) 2 Zmfxg such that hT (x)g(x) ≡ 1 (mod m): (2) Hence, inversion of finitely generated Toeplitz matrices is equivalent to inversion in the ring Zmfxg. Connections with Cellular Automata theory. Cellular Automata (CA) are dynamical systems consisting of a finite or infinite lattice of variables which can take a finite number of discrete values. The global state of the CA, specified by the values of all the variables at a given time, evolves in synchronous discrete time steps according to a given local rule which acts on the value of each single variable. In the following we restrict our attention to linear CA, that is, CA which are based on a linear local rule (they are sometimes called additive CA). Despite of their apparent simplicity, linear CA may exhibit many complex be- haviors (see for example [5, 6, 9{11, 14]). Linear CA have been used for pattern generation, design of error correcting codes and cipher systems, generation of hashing functions, etc. (see [3] for a survey of recent applications). An infinite one-dimensional linear CA is defined as follows. For m ≥ 2, let Cm denote the space of configurations Cm = fc j c: Z ! Zmg ; which consists of all functions from Z into Zm. Each element of Cm can be visualized as a bi-infinite array in which each cell contains an element of Zm.A local rule of radius r is defined by r X f(x−r; : : : ; xr) = aixi mod m; (3) i=−r where the 2r + 1 coefficients a−r; : : : ; a0; : : : ; ar belong to Zm. The global map F : Cm !Cm associated to the local rule f is given by r X [F (c)](i) = ajc(i + j) mod m; 8c 2 Cm; 8i 2 Z: j=−r In other words, the content of cell i in the configuration F (c) is a function of the content of cells i − r; : : : ; i + r in the configuration c. Finite one-dimensional additive CA (of size n) are defined over the configu- ration space ∗ Cn;m = fc j c: f0; 1; : : : ; n − 1g ! Zmg ; which can be seen as the set of all possible n-tuples of elements of Zm. To the ∗ ∗ local rule (3) we associate the global map G: Cn;m !Cn;m defined by r X ∗ [G(c)](i) = ajc(i + j mod n) mod m; 8c 2 Cn;m; 8i 2 f0; 1; : : : ; n − 1g: j=−r In other words, the new content of cell i depends on the content of cells i − r; : : : ; i + r, and we wrap around the borders of the array when i + r ≥ n or i − r < 0. Linear CA are often studied using formal power series. To each configuration c 2 Cm we associate the infinite fps X i Pc(x) = c(i)x : i2Z The advantage of this representation is that the computation of a linear map is equivalent to power series multiplication.
Recommended publications
  • Problems in Abstract Algebra
    STUDENT MATHEMATICAL LIBRARY Volume 82 Problems in Abstract Algebra A. R. Wadsworth 10.1090/stml/082 STUDENT MATHEMATICAL LIBRARY Volume 82 Problems in Abstract Algebra A. R. Wadsworth American Mathematical Society Providence, Rhode Island Editorial Board Satyan L. Devadoss John Stillwell (Chair) Erica Flapan Serge Tabachnikov 2010 Mathematics Subject Classification. Primary 00A07, 12-01, 13-01, 15-01, 20-01. For additional information and updates on this book, visit www.ams.org/bookpages/stml-82 Library of Congress Cataloging-in-Publication Data Names: Wadsworth, Adrian R., 1947– Title: Problems in abstract algebra / A. R. Wadsworth. Description: Providence, Rhode Island: American Mathematical Society, [2017] | Series: Student mathematical library; volume 82 | Includes bibliographical references and index. Identifiers: LCCN 2016057500 | ISBN 9781470435837 (alk. paper) Subjects: LCSH: Algebra, Abstract – Textbooks. | AMS: General – General and miscellaneous specific topics – Problem books. msc | Field theory and polyno- mials – Instructional exposition (textbooks, tutorial papers, etc.). msc | Com- mutative algebra – Instructional exposition (textbooks, tutorial papers, etc.). msc | Linear and multilinear algebra; matrix theory – Instructional exposition (textbooks, tutorial papers, etc.). msc | Group theory and generalizations – Instructional exposition (textbooks, tutorial papers, etc.). msc Classification: LCC QA162 .W33 2017 | DDC 512/.02–dc23 LC record available at https://lccn.loc.gov/2016057500 Copying and reprinting. Individual readers of this publication, and nonprofit libraries acting for them, are permitted to make fair use of the material, such as to copy select pages for use in teaching or research. Permission is granted to quote brief passages from this publication in reviews, provided the customary acknowledgment of the source is given. Republication, systematic copying, or multiple reproduction of any material in this publication is permitted only under license from the American Mathematical Society.
    [Show full text]
  • Circulant and Toeplitz Matrices in Compressed Sensing
    Circulant and Toeplitz Matrices in Compressed Sensing Holger Rauhut Hausdorff Center for Mathematics & Institute for Numerical Simulation University of Bonn Conference on Time-Frequency Strobl, June 15, 2009 Institute for Numerical Simulation Rheinische Friedrich-Wilhelms-Universität Bonn Holger Rauhut Hausdorff Center for Mathematics & Institute for NumericalCirculant and Simulation Toeplitz University Matrices inof CompressedBonn Sensing Overview • Compressive Sensing (compressive sampling) • Partial Random Circulant and Toeplitz Matrices • Recovery result for `1-minimization • Numerical experiments • Proof sketch (Non-commutative Khintchine inequality) Holger Rauhut Circulant and Toeplitz Matrices 2 Recovery requires the solution of the underdetermined linear system Ax = y: Idea: Sparsity allows recovery of the correct x. Suitable matrices A allow the use of efficient algorithms. Compressive Sensing N Recover a large vector x 2 C from a small number of linear n×N measurements y = Ax with A 2 C a suitable measurement matrix. Usual assumption x is sparse, that is, kxk0 := j supp xj ≤ k where supp x = fj; xj 6= 0g. Interesting case k < n << N. Holger Rauhut Circulant and Toeplitz Matrices 3 Compressive Sensing N Recover a large vector x 2 C from a small number of linear n×N measurements y = Ax with A 2 C a suitable measurement matrix. Usual assumption x is sparse, that is, kxk0 := j supp xj ≤ k where supp x = fj; xj 6= 0g. Interesting case k < n << N. Recovery requires the solution of the underdetermined linear system Ax = y: Idea: Sparsity allows recovery of the correct x. Suitable matrices A allow the use of efficient algorithms. Holger Rauhut Circulant and Toeplitz Matrices 3 n×N For suitable matrices A 2 C , `0 recovers every k-sparse x provided n ≥ 2k.
    [Show full text]
  • Analytical Solution of the Symmetric Circulant Tridiagonal Linear System
    Rose-Hulman Institute of Technology Rose-Hulman Scholar Mathematical Sciences Technical Reports (MSTR) Mathematics 8-24-2014 Analytical Solution of the Symmetric Circulant Tridiagonal Linear System Sean A. Broughton Rose-Hulman Institute of Technology, [email protected] Jeffery J. Leader Rose-Hulman Institute of Technology, [email protected] Follow this and additional works at: https://scholar.rose-hulman.edu/math_mstr Part of the Numerical Analysis and Computation Commons Recommended Citation Broughton, Sean A. and Leader, Jeffery J., "Analytical Solution of the Symmetric Circulant Tridiagonal Linear System" (2014). Mathematical Sciences Technical Reports (MSTR). 103. https://scholar.rose-hulman.edu/math_mstr/103 This Article is brought to you for free and open access by the Mathematics at Rose-Hulman Scholar. It has been accepted for inclusion in Mathematical Sciences Technical Reports (MSTR) by an authorized administrator of Rose-Hulman Scholar. For more information, please contact [email protected]. Analytical Solution of the Symmetric Circulant Tridiagonal Linear System S. Allen Broughton and Jeffery J. Leader Mathematical Sciences Technical Report Series MSTR 14-02 August 24, 2014 Department of Mathematics Rose-Hulman Institute of Technology http://www.rose-hulman.edu/math.aspx Fax (812)-877-8333 Phone (812)-877-8193 Analytical Solution of the Symmetric Circulant Tridiagonal Linear System S. Allen Broughton Rose-Hulman Institute of Technology Jeffery J. Leader Rose-Hulman Institute of Technology August 24, 2014 Abstract A circulant tridiagonal system is a special type of Toeplitz system that appears in a variety of problems in scientific computation. In this paper we give a formula for the inverse of a symmetric circulant tridiagonal matrix as a product of a circulant matrix and its transpose, and discuss the utility of this approach for solving the associated system.
    [Show full text]
  • Discovering Transforms: a Tutorial on Circulant Matrices, Circular Convolution, and the Discrete Fourier Transform
    DISCOVERING TRANSFORMS: A TUTORIAL ON CIRCULANT MATRICES, CIRCULAR CONVOLUTION, AND THE DISCRETE FOURIER TRANSFORM BASSAM BAMIEH∗ Key words. Discrete Fourier Transform, Circulant Matrix, Circular Convolution, Simultaneous Diagonalization of Matrices, Group Representations AMS subject classifications. 42-01,15-01, 42A85, 15A18, 15A27 Abstract. How could the Fourier and other transforms be naturally discovered if one didn't know how to postulate them? In the case of the Discrete Fourier Transform (DFT), we show how it arises naturally out of analysis of circulant matrices. In particular, the DFT can be derived as the change of basis that simultaneously diagonalizes all circulant matrices. In this way, the DFT arises naturally from a linear algebra question about a set of matrices. Rather than thinking of the DFT as a signal transform, it is more natural to think of it as a single change of basis that renders an entire set of mutually-commuting matrices into simple, diagonal forms. The DFT can then be \discovered" by solving the eigenvalue/eigenvector problem for a special element in that set. A brief outline is given of how this line of thinking can be generalized to families of linear operators, leading to the discovery of the other common Fourier-type transforms, as well as its connections with group representations theory. 1. Introduction. The Fourier transform in all its forms is ubiquitous. Its many useful properties are introduced early on in Mathematics, Science and Engineering curricula [1]. Typically, it is introduced as a transformation on functions or signals, and then its many useful properties are easily derived. Those properties are then shown to be remarkably effective in solving certain differential equations, or in an- alyzing the action of time-invariant linear dynamical systems, amongst many other uses.
    [Show full text]
  • Linear Algebra: Example Sheet 3 of 4
    Michaelmas Term 2020 Linear Algebra: Example Sheet 3 of 4 1. Find the eigenvalues and give bases for the eigenspaces of the following complex matrices: 0 1 1 0 1 0 1 1 −1 1 0 1 1 −1 1 @ 0 3 −2 A ; @ 0 3 −2 A ; @ −1 3 −1 A : 0 1 0 0 1 0 −1 1 1 The second and third matrices commute; find a basis with respect to which they are both diagonal. 2. By considering the rank or minimal polynomial of a suitable matrix, find the eigenvalues of the n × n matrix A with each diagonal entry equal to λ and all other entries 1. Hence write down the determinant of A. 3. Let A be an n × n matrix all the entries of which are real. Show that the minimum polynomial of A, over the complex numbers, has real coefficients. 4. (i) Let V be a vector space, let π1; π2; : : : ; πk be endomorphisms of V such that idV = π1 + ··· + πk and πiπj = 0 for any i 6= j. Show that V = U1 ⊕ · · · ⊕ Uk, where Uj = Im(πj). (ii) Let α be an endomorphism of V satisfying the equation α3 = α. By finding suitable endomorphisms of V depending on α, use (i) to prove that V = V0 ⊕ V1 ⊕ V−1, where Vλ is the λ-eigenspace of α. (iii) Apply (i) to prove the Generalised Eigenspace Decomposition Theorem stated in lectures. [Hint: It may help to re-read the proof of the Diagonalisability Theorem given in lectures. You may use the fact that if p1(t); : : : ; pk(t) 2 C[t] are non-zero polynomials with no common factor, Euclid's algorithm implies that there exist polynomials q1(t); : : : ; qk(t) 2 C[t] such that p1(t)q1(t) + ::: + pk(t)qk(t) = 1.] 5.
    [Show full text]
  • Factoring Matrices Into the Product of Circulant and Diagonal Matrices
    FACTORING MATRICES INTO THE PRODUCT OF CIRCULANT AND DIAGONAL MATRICES MARKO HUHTANEN∗ AND ALLAN PERAM¨ AKI¨ y n×n Abstract. A generic matrix A 2 C is shown to be the product of circulant and diagonal matrices with the number of factors being 2n−1 at most. The demonstration is constructive, relying on first factoring matrix subspaces equivalent to polynomials in a permutation matrix over diagonal matrices into linear factors. For the linear factors, the sum of two scaled permutations is factored into the product of a circulant matrix and two diagonal matrices. Extending the monomial group, both low degree and sparse polynomials in a permutation matrix over diagonal matrices, together with their permutation equivalences, constitute a fundamental sparse matrix structure. Matrix analysis gets largely done polynomially, in terms of permutations only. Key words. circulant matrix, diagonal matrix, DFT, Fourier optics, sparsity structure, matrix factoring, polynomial factoring, multiplicative Fourier compression AMS subject classifications. 15A23, 65T50, 65F50, 12D05 1. Introduction. There exists an elegant result, motivated by applications in optical image processing, stating that any matrix A 2 Cn×n is the product of circu- lant and diagonal matrices [15, 18].1 In this paper it is shown that, generically, 2n − 1 factors suffice. (For various aspects of matrix factoring, see [13].) The demonstration is constructive, relying on first factoring matrix subspaces equivalent to polynomials in a permutation matrix over diagonal matrices into linear factors. This is achieved by solving structured systems of polynomial equations. Located on the borderline between commutative and noncommutative algebra, such subspaces are shown to constitute a fundamental sparse matrix structure of polynomial type extending, e.g., band matrices.
    [Show full text]
  • On the Asymptotic Equivalence of Circulant and Toeplitz Matrices Zhihui Zhu and Michael B
    1 On the Asymptotic Equivalence of Circulant and Toeplitz Matrices Zhihui Zhu and Michael B. Wakin Abstract—Any sequence of uniformly bounded N × N Her- Hermitian Toeplitz matrices fHN g by defining a function mitian Toeplitz matrices fHN g is asymptotically equivalent to a eh(f) 2 L2([0; 1]) with Fourier series2 certain sequence of N ×N circulant matrices fCN g derivedp from Z 1 the Toeplitz matrices in the sense that kHN − CN kF = o( N) −j2πkf as N ! 1. This implies that certain collective behaviors of the h[k] = eh(f)e df; k 2 Z; 0 eigenvalues of each Toeplitz matrix are reflected in those of the 1 X corresponding circulant matrix and supports the utilization of h(f) = h[k]ej2πkf ; f 2 [0; 1]: the computationally efficient fast Fourier transform (instead of e the Karhunen-Loeve` transform) in applications like coding and k=−∞ filtering. In this paper, we study the asymptotic performance of the individual eigenvalue estimates. We show that the asymptotic Usually eh(f) is referred to as the symbol or generating equivalence of the circulant and Toeplitz matrices implies the function for the N × N Toeplitz matrices fHN g. individual asymptotic convergence of the eigenvalues for certain Suppose eh 2 L1([0; 1]). Szego’s˝ theorem [1] states that types of Toeplitz matrices. We also show that these estimates N−1 asymptotically approximate the largest and smallest eigenvalues 1 X Z 1 lim #(λl(HN )) = #(eh(f))df; (1) for more general classes of Toeplitz matrices. N!1 N l=0 0 Keywords—Szego’s˝ theorem, Toeplitz matrices, circulant matri- ces, asymptotic equivalence, Fourier analysis, eigenvalue estimates where # is any function continuous on the range of eh.
    [Show full text]
  • Linear Circulant Matrices Over a Finite Field
    Available online at www.sciencedirect.com Applied J SCIENCE @DIRECT e Mathematics Letters ELSEVIER Applied Mathematics Letters 17 (2004) 1349-1355 www.elsevier.com/locate/aml Linear Circulant Matrices Over A Finite Field C. H. COOKE Department of Mathematics Old Dominion University Norfolk, VA 23529, U.S.A. (Received August 2003; revised and accepted April 200g) Abstract--Rings of polynomials RN = Zp[x]/x N - 1 which are isomorphic to Z N are studied, where p is prime and N is an integer. If I is an ideal in RN, the code/( whose vectors constitute the isomorphic image of I is a linear cyclic code. If I is a principle ideal and K contains only the trivial cycle {0} and one nontrivial cycle of maximal least period N, then the code words of K/{0} obtained by removing the zero vector can be arranged in an order which constitutes a linear circulant matrix, C. The distribution of the elements of C is such that it forms the cyclic core of a generalized Hadamard matrix over the additive group of Zp. A necessary condition that C = K/{0} be linear circulant is that for each row vector v of C, the periodic infinite sequence a(v) produced by cycling the elements of v be period invariant under an arbitrary permutation of the elements of the first period. The necessary and sufficient condition that C be linear circulant is that the dual ideal generated by the parity check polynomial h(x) of K be maximal (a nontriviM, prime ideal of RN), with N = pk _ 1 and k = deg (h(x)).
    [Show full text]
  • Block Circulant Matrices and the Spectra of Multivariate Stationary
    Spec. Matrices 2021; 9:36–51 Research Article Open Access Special Issue: Combinatorial Matrices Marianna Bolla*, Tamás Szabados, Máté Baranyi, and Fatma Abdelkhalek Block circulant matrices and the spectra of multivariate stationary sequences https://doi.org/10.1515/spma-2020-0121 Received October 30, 2020; accepted December 16, 2020 Abstract: Given a weakly stationary, multivariate time series with absolutely summable autocovariances, asymptotic relation is proved between the eigenvalues of the block Toeplitz matrix of the rst n autocovari- ances and the union of spectra of the spectral density matrices at the n Fourier frequencies, as n ! ∞. For the proof, eigenvalues and eigenvectors of block circulant matrices are used. The proved theorem has impor- tant consequences as for the analogies between the time and frequency domain calculations. In particular, the complex principal components are used for low-rank approximation of the process; whereas, the block Cholesky decomposition of the block Toeplitz matrix gives rise to dimension reduction within the innovation subspaces. The results are illustrated on a nancial time series. Keywords: weakly stationary time series, autocovariance and spectral density matrix, nite Fourier trans- form, complex principal components, block Cholesky decomposition MSC: 42B05, 62M15, 65F30 1 Introduction 2 Let fXtg be a weakly stationary, real-valued time series (t 2 Z). Assume that E(Xt) = 0, c(0) = E(Xt ) > 0, and the sequence of autocovariances c(h), (h = 1, 2, ... ) is absolutely summable; obviously, c(h) = c(−h). n Then it is known that the Toeplitz matrix Cn = [c(i − j)]i,j=1, that is the covariance matrix of the random T T vector (X1, ..
    [Show full text]
  • LNCS 8632, Pp
    A Fast Sparse Block Circulant Matrix Vector Product Eloy Romero, Andr´es Tom´as, Antonio Soriano, and Ignacio Blanquer Instituto de Instrumentaci´on para Imagen Molecular (I3M), Centro Mixto CSIC – Universitat Polit`ecnica de Val`encia–CIEMAT, Camino de Vera s/n, 46022 Valencia, Spain {elroal,antodo,asoriano}@i3m.upv.es, [email protected] Abstract. In the context of computed tomography (CT), iterative im- age reconstruction techniques are gaining attention because high-quality images are becoming computationally feasible. They involve the solution of large systems of equations, whose cost is dominated by the sparse ma- trix vector product (SpMV). Our work considers the case of the sparse matrices being block circulant, which arises when taking advantage of the rotational symmetry in the tomographic system. Besides the straight- forward storage saving, we exploit the circulant structure to rewrite the poor-performance SpMVs into a high-performance product between sparse and dense matrices. This paper describes the implementations developed for multi-core CPUs and GPUs, and presents experimental results with typical CT matrices. The presented approach is up to ten times faster than without exploiting the circulant structure. Keywords: Circulant matrix, sparse matrix, matrix vector product, GPU, multi-core, computed tomography. 1 Introduction Iterative approaches to image reconstruction have cut down the radiation dose delivered to the patient in computed tomography (CT) explorations [5], because they are less sensitive to noisy acquisitions than filtered backprojection (FBP). Iterative methods consider the reconstruction problem as a system of linear equations y = Ax. The probability matrix A constitutes a mathematical model of the tomographic system that links the reconstructed attenuation map x with the estimation of the measurement y.
    [Show full text]
  • A New Approach to Multilinear Dynamical Systems and Control*
    A New Approach to Multilinear Dynamical Systems and Control* Randy C. Hoover1, Kyle Caudle2 and Karen Braman2 Abstract—The current paper presents a new approach to mul- algorithms have played a central role in extending many of the tilinear dynamical systems analysis and control. The approach existing machine learning algorithms [1]–[12]. However, as is based upon recent developments in tensor decompositions their popularity has gained more traction over the last decade, and a newly defined algebra of circulants. In particular, it is shown that under the right tensor multiplication operator, a they have made their way into the dynamical systems and third order tensor can be written as a product of third order controls community as well [13]–[25]. While most applica- tensors that is analogous to a traditional matrix eigenvalue de- tions of Tucker/CP in the dynamical systems and controls composition where the “eigenvectors” become eigenmatrices and community revolve around the reduction of certain classes the “eigenvalues” become eigen-tuples. This new development of nonlinear systems to multilinear counterparts [15]–[21], allows for a proper tensor eigenvalue decomposition to be defined and has natural extension to linear systems theory through a [25], others have focused on time-series modeling [24], [26], tensor-exponential. Through this framework we extend many fuzzy inference [23], or identification/modeling of inverse of traditional techniques used in linear system theory to their dynamics [22]. multilinear counterpart. In the current paper, we describe a new approach to multilinear dynamical systems analysis and control through I. INTRODUCTION Fourier theory and an algebra of circulants as outlined in [27]– Traditional approaches to the analysis and control of lin- [31].
    [Show full text]
  • Circulant-Matrices
    Circulant-Matrices September 7, 2017 In [1]: using PyPlot, Interact 1 Circulant Matrices In this lecture, I want to introduce you to a new type of matrix: circulant matrices. Like Hermitian matrices, they have orthonormal eigenvectors, but unlike Hermitian matrices we know exactly what their eigenvectors are! Moreover, their eigenvectors are closely related to the famous Fourier transform and Fourier series. Even more importantly, it turns out that circulant matrices and the eigenvectors lend themselves to incredibly efficient algorithms called FFTs, that play a central role in much of computational science and engineering. Consider a system of n identical masses m connected by springs k, sliding around a circle without friction. d2~s Similar to lecture 26, the vector ~s of displacements satifies m dt2 = −kA~s, where A is the n × n matrix: 0 2 −1 −11 B−1 2 −1 C B C B −1 2 −1 C B C B .. .. .. C A = B . C B C B −1 2 −1 C B C @ −1 2 −1A −1 −1 2 (This matrix is real-symmetric and, less obviously, positive semidefinite. So, it should have orthogonal eigenvectors and real eigenvalues λ ≥ 0.) For example, if n = 7: In [2]:A=[2-10000-1 -12-10000 0-12-1000 00-12-100 000-12-10 0000-12-1 -10000-12] https://github.com/stevengj/1806-spring17/raw/master/lectures/cyclic-springs.png Figure 1: a ring of springs 1 Out[2]:7 ×7 ArrayfInt64,2g: 2 -1 0 0 0 0 -1 -1 2 -1 0 0 0 0 0 -1 2 -1 0 0 0 0 0 -1 2 -1 0 0 0 0 0 -1 2 -1 0 0 0 0 0 -1 2 -1 -1 0 0 0 0 -1 2 This matrix has a very special pattern: every row is the same as the previous row, just shifted to the right by 1 (wrapping around \cyclically" at the edges).
    [Show full text]