diff docs/src/matrix_and_tensor_representations.md @ 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
children
line wrap: on
line diff
--- /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 --/>