Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 304e323
  • /
  • index.rst
Raw File Download
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:1d1512ee6ca95d818cdccca3a655d19c89975dc0
directory badge Iframe embedding
swh:1:dir:304e323b0eff854d09db037388ad409e08df7830
Citations

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
index.rst
.. tensorly documentation

TensorLy: Tensor Learning in Python
======================================

.. toctree::
   :maxdepth: 1
   :hidden:

   installation
   user_guide
   modules/api
   auto_examples/index
   development_guide/index
   authors


.. only:: html


   .. raw:: html

      <div class="container">

            <div class="tile is-ancestor">
                    <div class="tile is-parent">
                    <a class="tile is-child box" href="installation.html">
                        <p class="title">Install TensorLy</p>
                        <p class="subtitle">Installation instructions </p>
                    </a>
                    </div>

                    <div class="tile is-parent">
                    <a class="tile is-child box" href="user_guide.html">
                        <p class="title">User Guide</p>
                        <p class="subtitle">A friendly guide to tensor learning</p>
                    </a>
                    </div>

                    <div class="tile is-parent">
                    <a class="tile is-child box" href="auto_examples/index.html">
                        <p class="title">Examples</p>
                        <p class="subtitle">See usage examples with code</p>
                    </a>
                    </div>
            </div>
            
            <div class="tile is-ancestor">
                    <div class="tile is-parent">
                    <a class="tile is-child box" href="modules/api.html">
                        <p class="title">
                            <i class="fa fa-book" aria-hidden="true"></i>
                            API
                        </p>
                        <p class="subtitle">Functions and classes documentation</p>
                    </a>
                    </div>

                    <div class="tile is-parent">
                    <a class="tile is-child box" href="authors.html">
                        <p class="title">Authors</p>
                        <p class="subtitle">About the developers</p>
                    </a>
                    </div>

                    <div class="tile is-parent">
                    <a class="tile is-child box" href="development_guide/index.html">
                        <p class="title">
                            <span>Development guide</span>
                        </p>
                        <p class="subtitle">Contribute to the project</p>
                    </a>
                    </div>
            </div>

        </div>


   .. raw:: html

      <br/> <br/>

      <div class="content is-medium">
         <div class="card" style="padding:2em;">

               <h3 class="title is-3"> Citing TensorLy </h3>
               <hr/>

               If you use TensorLy, please cite:
               <br/>
               
               <div class="container" style="margin: 1em; background-color: whitesmoke;">
                  <code class="language-latex" data-lang="latex">
                      @article{tensorly, <br/>
                      &nbsp;&nbsp;&nbsp;&nbsp;author = {Jean Kossaifi and Yannis Panagakis and Maja Pantic}, <br/>
                      &nbsp;&nbsp;&nbsp;&nbsp;title = {TensorLy: Tensor Learning in Python}, <br/>
                      &nbsp;&nbsp;&nbsp;&nbsp;journal = {ArXiv e-print} <br/>
                      &nbsp;&nbsp;&nbsp;&nbsp;year = {2016}, <br/>
                     }
                    <br/>
                  </code>
               </div>

         </div>
      </div>


Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Contact— JavaScript license information— Web API

back to top