Giter Site home page Giter Site logo

tt-toolbox's Introduction

TT-Toolbox (TT=Tensor Train) Version 2.2.2

TT(Tensor Train) format is an efficient way for low-parametric
representation of high-dimensional tensors. The TT-Toolbox
is a MATLAB implementation of basic operations with 
tensors in TT-format. It includes: 

    * tt_tensor and tt_matrix classes for storing vectors and operators
    * Basic linear algebra subroutines (addition, matrix-by-vector product, 
    elementwise multiplication and many others) using standard MATLAB syntax, 
    linear complexity in the dimension, reshape function
    * Fast rounding procedure with a prescribed accuracy
    * Advanced approximation and solution techniques:
        * Approximate solution of linear systems and eigenvalue problems 
        * Cross methods to approximate ``black-box'' tensors
        * Wavelet tensor train decomposition
    * Construction of basic operators and functions (Laplace operator, function of a TT-tensor)
    * Computation of maximal and minimal elements of a tensor
    * and several others
	
New in Version 2.2.2
    * one-element MATLAB-style subsref and subsassgn now possible for tt_matrix:
	current_value=ttm(123,4567) and ttm(123,4567)=new_value
    * submatrix extraction is now possible: 
	ttm2=ttm([1 2 7],[1 2 1;1 1 2]) 
	For additional help see code of @tt_matrix/subsref.m and core/tt_submatrix.m
	
New in Version 2.2.1
    * Blockwise assembly of tt_matrices added:
	ttM=tt_blockwise({ttA ttB ttC;ttD ttE ttF})
    * subtensor extraction is now possible: 
	ttv2=ttv(1,2,:,2,2,:,:,:,1) or ttv2=ttv({1,2,':',2,2,':',':',':',1})
	For additional help see code of @tt_tensor/subsref.m and core/tt_subtensor.m

New in Version 2.2
    * Better documentation
    * Mixed QTT-Tucker format (qtt_tucker class)
    * reshape function for a TT-tensor/TT-matrix
    * dmrg_cross method for black-box tensor approximation
    * Convolution in QTT-format

 TT-Toolbox 2.2. can be downloaded from http://spring.inm.ras.ru/osel

tt-toolbox's People

Contributors

oseledets avatar aiboyko avatar dolgov avatar savostyanov avatar thomasmach avatar saluev avatar reistmipt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.