From f652f4558415f9a587ed0d047feecda5d7a3a6b4 Mon Sep 17 00:00:00 2001 From: conrad Date: Tue, 6 Feb 2024 11:17:27 +1000 Subject: [PATCH] docs for cbrt() --- docs.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs.html b/docs.html index e5a78cce..f213cf34 100644 --- a/docs.html +++ b/docs.html @@ -2125,7 +2125,7 @@ The following subset of operations & functions is available for sparse matri
  • submatrix views: most contiguous forms and the non-contiguous form of X.cols(vector_of_column_indices)
  • diagonal views
  • saving and loading (using arma_binary, coord_ascii, and csv_ascii formats)
  • -
  • element-wise functions: abs(), ceil(), conj(), floor(), imag(), real(), round(), sign(), sqrt(), square(), trunc()
  • +
  • element-wise functions: abs(), cbrt(), ceil(), conj(), floor(), imag(), real(), round(), sign(), sqrt(), square(), trunc()
  • scalar functions of matrices: accu(), as_scalar(), dot(), norm(), norm2est(), trace()
  • vector valued functions of matrices: diagvec(), min(), max(), nonzeros(), sum(), mean(), var(), vecnorm(), vectorise()
  • matrix valued functions of matrices: clamp(), diagmat(), spdiags(), flipud()/fliplr(), join_rows(), join_cols(), kron(), normalise(), repelem(), repmat(), reshape(), resize(), reverse(), symmatu()/symmatl(), trimatu()/trimatl(), .t(), trans()
  • @@ -12317,8 +12317,8 @@ See also: