Toeplitzmult Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: toeplitzmult.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Brian Borchers (View more)

Toeplitzmult script description:




Publisher review:
Toeplitzmult implements fast matrix-vector multiplication for Toeplitz matrices. This directory contains MATLAB functions for the fast multiplication of a Toeplitz matrix times a vector. By using these routines you can avoid storing the entire matrix (using two vectors of lenght n rather than a matrix of size n*n), and also dramatically speedup the multiplication. The algorithm used here runs in O(n*log(n)) time instead of the O(n^2) time required by conventional matrix multiplication.The simplest case involves the multiplication of a Toeplitz matrix times a single vector. To multiply toeplitz(a,b) times x, use>> y=toeplitzmult(a,b,x) If you have a single matrix that will be multiplied times many vectors, then use>> F=toeplitzmultaux(a,b);>> y1=toeplitzmult2(F,x1);>> y2=toeplitzmult2(F,x2);>> y3=toeplitzmult2(F,x3);...The script example.m demonstrates the use of these functions.Note that this code works correctly with matrices and vectors that are real or complex. However, due to round-off errors, the product might have a small imaginary component even though a,b, and x are all real. To correct this, simply usereal(toeplitz(a,b,x))A good introduction to how these algorithms work can be found in the book "Matrix Computations, 3rd ed." by Golub and Van Loan. Requirements: ยท MATLAB Release: R14SP2
Toeplitzmult is a Matlab script for Mathematics scripts design by Brian Borchers. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
Toeplitzmult implements fast matrix-vector multiplication for Toeplitz matrices.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5