changeset 1709:40dffe6e2ecb feature/lazy_tensors/sparse_conversions

Add docs page
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 04 Sep 2024 23:20:28 +0200
parents 8787b2f9f5f8
children 7fdc348f91ff
files docs/make.jl docs/src/matrix_and_tensor_representations.md
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/make.jl	Wed Sep 04 22:47:41 2024 +0200
+++ b/docs/make.jl	Wed Sep 04 23:20:28 2024 +0200
@@ -31,6 +31,7 @@
     "Home" => "index.md",
     "operator_file_format.md",
     "grids_and_grid_functions.md",
+    "matrix_and_tensor_representations.md",
     "Submodules" => [
         "submodules/grids.md",
         "submodules/diff_ops.md",
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/src/matrix_and_tensor_representations.md	Wed Sep 04 23:20:28 2024 +0200
@@ -0,0 +1,5 @@
+# Matrix and tensor representations
+
+Sparse matrix and sparse tensor representations of lazy tensors can be constructed by loading [Tokens.jl](http://) and one of SparseArrays.jl or [SparseArrayKit.jl](http://). Through package extensions the following methods `sparse(::LazyTensor)` and `SparseArray(::LazyTensor)` are provided.
+
+<!-- TODO figure out how to add the docstrings here --/>