sum(x: array): number
Sum of array elements.
Computes the sum of array or matrix elements. If a matrix is provided, the sum can be calculated across rows or columns based on the specified dimension.
x: array
The input array or matrix of values
sum(x: array,dim: 0 | 1,): number
Sum of array elements.
Computes the sum of array or matrix elements. If a matrix is provided, the sum can be calculated across rows or columns based on the specified dimension.
x: array
The input array or matrix of values
sum(x: matrix,dim: 0,): array
Sum of array elements.
Computes the sum of array or matrix elements. If a matrix is provided, the sum can be calculated across rows or columns based on the specified dimension.
x: matrix
The input array or matrix of values
The sum of the elements
sum(x: matrix,dim: 1,): array
Sum of array elements.
Computes the sum of array or matrix elements. If a matrix is provided, the sum can be calculated across rows or columns based on the specified dimension.
x: matrix
The input array or matrix of values
The sum of the elements
sum(x: matrix): array
Sum of array elements.
Computes the sum of array or matrix elements. If a matrix is provided, the sum can be calculated across rows or columns based on the specified dimension.
x: matrix
The input array or matrix of values
The sum of the elements
sum(x: matrix,dim: 0 | 1,): array
Sum of array elements.
Computes the sum of array or matrix elements. If a matrix is provided, the sum can be calculated across rows or columns based on the specified dimension.
x: matrix
The input array or matrix of values
The sum of the elements
sum(): number | array
Sum of array elements.
Computes the sum of array or matrix elements. If a matrix is provided, the sum can be calculated across rows or columns based on the specified dimension.
number | array
The sum of the elements
sum(): number | array
Sum of array elements.
Computes the sum of array or matrix elements. If a matrix is provided, the sum can be calculated across rows or columns based on the specified dimension.
number | array
The sum of the elements