Skip to content

Matrix – Features🔗

List of operators🔗

determinant_matrixDeterminantMatrix: Compute the determinant of a matrix.

get_size_matrixGetSizeMatrix: Get the size of a matrix.

max_matrixMaxMatrix: Returns the elementwise maximum of a matrix.

mean_matrixMeanMatrix: Returns the elementwise mean of a matrix.

min_matrixMinMatrix: Returns the elementwise minimum of a matrix.

norm_matrixNormMatrix: Norm of a matrix.

sum_matrixSumMatrix: Returns the elementwise sum of a matrix.