Skip to content
forked from numpi/cqt-toolbox

A MATLAB toolbox for infinite and finite Toeplitz matrices

Notifications You must be signed in to change notification settings

Gmnp/cqt-toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quasi Toeplitz matrix toolbox for MATLAB

Build status

The CQT toolbox provides a new MATLAB type that represents semi-infinite matrices obtained as the sum of a Toeplitz matrix and a finite-dimensional correction in the top-left corner.

The arithmetic, plus many additional functions, are implemented (or will be included soon) in the toolbox.

To install the latest version in your MATLAB environment you can run the following commands:

unzip('https://github.com/numpi/cqt-toolbox/archive/master.zip'); ... 
movefile('cqt-toolbox-master', 'cqt-toolbox'); ... 
addpath(fullfile('cqt-toolbox')); savepath;

About

A MATLAB toolbox for infinite and finite Toeplitz matrices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%