Skip to content

Matrix - Arithmetic🔗

Operators🔗

abs_matrixAbsMatrix: Compute the absolute values of the elements of a matrix.

abs_matrix_modAbsMatrixMod: Compute the absolute values of the elements of a matrix.

add_matrixAddMatrix: Add two matrices.

add_matrix_modAddMatrixMod: Add two matrices.

div_element_matrixDivElementMatrix: Divide matrices element-by-element.

div_element_matrix_modDivElementMatrixMod: Divide matrices element-by-element.

invert_matrixInvertMatrix: Invert a matrix.

invert_matrix_modInvertMatrixMod: Invert a matrix.

mult_element_matrixMultElementMatrix: Multiply matrices element-by-element.

mult_element_matrix_modMultElementMatrixMod: Multiply matrices element-by-element.

mult_matrixMultMatrix: Multiply two matrices.

mult_matrix_modMultMatrixMod: Multiply two matrices.

pow_element_matrixPowElementMatrix: Compute the power functions of the elements of a matrix.

pow_element_matrix_modPowElementMatrixMod: Compute the power functions of the elements of a matrix.

pow_matrixPowMatrix: Compute the power functions of a matrix.

pow_matrix_modPowMatrixMod: Compute the power functions of a matrix.

pow_scalar_element_matrixPowScalarElementMatrix: Compute the power functions of the elements of a matrix.

pow_scalar_element_matrix_modPowScalarElementMatrixMod: Compute the power functions of the elements of a matrix.

scale_matrixScaleMatrix: Scale a matrix.

scale_matrix_modScaleMatrixMod: Scale a matrix.

solve_matrixSolveMatrix: Compute the solution of a system of equations.

sqrt_matrixSqrtMatrix: Compute the square root values of the elements of a matrix.

sqrt_matrix_modSqrtMatrixMod: Compute the square root values of the elements of a matrix.

sub_matrixSubMatrix: Subtract two matrices.

sub_matrix_modSubMatrixMod: Subtract two matrices.

transpose_matrixTransposeMatrix: Transpose a matrix.

transpose_matrix_modTransposeMatrixMod: Transpose a matrix.