ClassesClasses | | Operators

Features

List of Operators

determinant_matrixDeterminantMatrixDeterminantMatrixdeterminant_matrix
Compute the determinant of a matrix.
get_size_matrixGetSizeMatrixGetSizeMatrixget_size_matrix
Get the size of a matrix.
max_matrixMaxMatrixMaxMatrixmax_matrix
Returns the elementwise maximum of a matrix.
mean_matrixMeanMatrixMeanMatrixmean_matrix
Returns the elementwise mean of a matrix.
min_matrixMinMatrixMinMatrixmin_matrix
Returns the elementwise minimum of a matrix.
norm_matrixNormMatrixNormMatrixnorm_matrix
Norm of a matrix.
sum_matrixSumMatrixSumMatrixsum_matrix
Returns the elementwise sum of a matrix.

ClassesClasses | | Operators