Cytnx icon indicating copy to clipboard operation
Cytnx copied to clipboard

Documentation linear algebra functions

Open pcchen opened this issue 1 year ago • 1 comments

Many linear algebra functions support both "Tensor" and "UniTensor". Currently the documentation for "Tensor" is more complete. For example, Svd_truncate() [1/2] which take "UniTensor" as input, there is no detail information for parameters and returns. We should make both versions to provide the same level of information.

pcchen avatar Feb 24 '24 12:02 pcchen

I think some linear algebra function (for example Svd_truncate) support both 'Tensor' and 'UniTensor' is similar and I think we don't need to write two times for it. So I just put the link in 'see also' (UniTensor version will link to Tensor version).

hunghaoti avatar Feb 25 '24 02:02 hunghaoti