mainTensor extension to the GSL - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 7158
System Name: tensor
Name: Tensor extension to the GSL
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

This package  provides a library which is an extension for the GNU Scientific Library (GSL).

It allows to define and manipulate tensors, multidimensional arrays of any order with the same dimension for every index. Tensors generalize vectors and square matrices, and provide powerful functions like tensorial product, index contraction and index swapping.

The library interface is very similar to that of gsl_matrix, and most of the functions that exist for gsl_matrix are also implemented for tensors and have the same syntax.

Its sister project is "marray", which defines a new type similar to tensor but with an arbitrary dimension for each index (for matrices, that would be rectangular matrices), but without the tensor operations defined. It is suited to work with data grids. "marray" can be found at http://savannah.nongnu.org/projects/marray/

There is online documentation available at http://metamagical.org/tensor/

Get the latest stable release from https://savannah.nongnu.org/files/?group=tensor

To get a copy of the development repository, use:

git clone git://git.savannah.nongnu.org/tensor.git


Registration Date: Fri 31 Dec 2004 04:15:07 AM UTC
License: GNU General Public License v3 or later
Development Status: 5 - Production/Stable

 

Latest News rss feed

No news found

Quick Overview
 Memberlist (1 member)

Communication Tools

Development Tools
 Task Manager (open items: 0, total: 0)
 Patch Manager (open items: 0, total: 0)

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code