From b84b7aa9975b3cd2c34d7a90a53e1bd6beefdd28 Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 21 Jun 2024 20:34:17 +1000 Subject: [PATCH] add caveat --- docs.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.html b/docs.html index e6800a53..7802f220 100644 --- a/docs.html +++ b/docs.html @@ -8918,6 +8918,10 @@ Conversion of a mat object into colvec, rowvec or std::v
  • +Caveat: to convert an expression that results in a 1x1 matrix to a pure scalar value, use as_scalar() +
  • +
    +
  • Examples: