diff --git a/docs/src/api/mps.md b/docs/src/api/mps.md index b743e36ee..5999c201d 100644 --- a/docs/src/api/mps.md +++ b/docs/src/api/mps.md @@ -20,9 +20,3 @@ MPS.matvecmul! MPS.topk MPS.topk! ``` - -### Linear Algebra - -Many of the currently implemented MPS functions are for linear algebra operations. -Therefore, you use them by calling the corresponding LinearAlgebra function with an -`MtlArray`. They are nonetheless listed below: