Matrix - Features🔗
Operators🔗
determinant_matrix: Compute the determinant of a matrix.
get_size_matrix: Get the size of a matrix.
max_matrix: Returns the elementwise maximum of a matrix.
mean_matrix: Returns the elementwise mean of a matrix.
min_matrix: Returns the elementwise minimum of a matrix.
norm_matrix: Norm of a matrix.
sum_matrix: Returns the elementwise sum of a matrix.