From 61bb3e0ae88121af3336194f2eb00ea2527335d0 Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 17 Jun 2026 11:36:30 +1000 Subject: [PATCH] change fill::pos_inf to shorter fill::inf --- docs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs.html b/docs.html index 8491bca0..26ddf18e 100644 --- a/docs.html +++ b/docs.html @@ -796,7 +796,7 @@ which is one of: fill::zeros ↦ set all elements to 0   (default operation) fill::ones ↦ set all elements to 1 fill::nan ↦ set all elements to NaN -fill::pos_inf ↦ set all elements to +infinity +fill::inf ↦ set all elements to +infinity fill::neg_inf ↦ set all elements to -infinity fill::value(scalar) ↦ set all elements to the specified scalar fill::eye ↦ set elements on the main diagonal to 1 and off-diagonal elements to 0 @@ -1755,7 +1755,7 @@ which is one of: fill::zeros ↦ set all elements to 0   (default operation) fill::ones ↦ set all elements to 1 fill::nan ↦ set all elements to NaN -fill::pos_inf ↦ set all elements to +infinity +fill::inf ↦ set all elements to +infinity fill::neg_inf ↦ set all elements to -infinity fill::value(scalar) ↦ set all elements to the specified scalar fill::randu ↦ set elements to random values from a uniform distribution in the [0,1] interval @@ -20772,7 +20772,7 @@ List of additions and changes for each version:
  • Version 15.4: