没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Tensor extension to the GSL |
Tensor extension to the GSL
|
0 | 0 | 2 |
贡献者 | 讨论 | 代码提交 |
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://snow.phys.uwm.edu/tensor
Get the latest stable release from https://savannah.nongnu.org/files/?group=tensor
To get a copy of the development repository, use: