linalg:size
(linalg:size array)
Returns the total number of elements in an array -- the product of its dimensions, like array-total-size. For the per-dimension sizes, use linalg:shape.
(linalg:size array)
Returns the total number of elements in an array -- the product of its dimensions, like array-total-size. For the per-dimension sizes, use linalg:shape.