From 153c1363ea5e04c19df3c3943b9306eb57e6a198 Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 1 Jan 2025 23:28:01 +1000 Subject: [PATCH] simplify docs for toeplitz() --- docs.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs.html b/docs.html index 46f85811..e547404c 100644 --- a/docs.html +++ b/docs.html @@ -8210,14 +8210,9 @@ sp_mat A = sprandu<sp_mat>(100, 200, 0.1); toeplitz( A )
toeplitz( A, B ) -
circ_toeplitz( A )