Skip to content

numpi/cqt-toolbox

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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