Arithmetic

List of Operators

abs_matrixAbsMatrixabs_matrixAbsMatrixabs_matrix
Compute the absolute values of the elements of a matrix.
abs_matrix_modAbsMatrixModabs_matrix_modAbsMatrixModabs_matrix_mod
Compute the absolute values of the elements of a matrix.
add_matrixAddMatrixadd_matrixAddMatrixadd_matrix
Add two matrices.
add_matrix_modAddMatrixModadd_matrix_modAddMatrixModadd_matrix_mod
Add two matrices.
div_element_matrixDivElementMatrixdiv_element_matrixDivElementMatrixdiv_element_matrix
Divide matrices element-by-element.
div_element_matrix_modDivElementMatrixModdiv_element_matrix_modDivElementMatrixModdiv_element_matrix_mod
Divide matrices element-by-element.
invert_matrixInvertMatrixinvert_matrixInvertMatrixinvert_matrix
Invert a matrix.
invert_matrix_modInvertMatrixModinvert_matrix_modInvertMatrixModinvert_matrix_mod
Invert a matrix.
mult_element_matrixMultElementMatrixmult_element_matrixMultElementMatrixmult_element_matrix
Multiply matrices element-by-element.
mult_element_matrix_modMultElementMatrixModmult_element_matrix_modMultElementMatrixModmult_element_matrix_mod
Multiply matrices element-by-element.
mult_matrixMultMatrixmult_matrixMultMatrixmult_matrix
Multiply two matrices.
mult_matrix_modMultMatrixModmult_matrix_modMultMatrixModmult_matrix_mod
Multiply two matrices.
pow_element_matrixPowElementMatrixpow_element_matrixPowElementMatrixpow_element_matrix
Compute the power functions of the elements of a matrix.
pow_element_matrix_modPowElementMatrixModpow_element_matrix_modPowElementMatrixModpow_element_matrix_mod
Compute the power functions of the elements of a matrix.
pow_matrixPowMatrixpow_matrixPowMatrixpow_matrix
Compute the power functions of a matrix.
pow_matrix_modPowMatrixModpow_matrix_modPowMatrixModpow_matrix_mod
Compute the power functions of a matrix.
pow_scalar_element_matrixPowScalarElementMatrixpow_scalar_element_matrixPowScalarElementMatrixpow_scalar_element_matrix
Compute the power functions of the elements of a matrix.
pow_scalar_element_matrix_modPowScalarElementMatrixModpow_scalar_element_matrix_modPowScalarElementMatrixModpow_scalar_element_matrix_mod
Compute the power functions of the elements of a matrix.
scale_matrixScaleMatrixscale_matrixScaleMatrixscale_matrix
Scale a matrix.
scale_matrix_modScaleMatrixModscale_matrix_modScaleMatrixModscale_matrix_mod
Scale a matrix.
solve_matrixSolveMatrixsolve_matrixSolveMatrixsolve_matrix
Compute the solution of a system of equations.
sqrt_matrixSqrtMatrixsqrt_matrixSqrtMatrixsqrt_matrix
Compute the square root values of the elements of a matrix.
sqrt_matrix_modSqrtMatrixModsqrt_matrix_modSqrtMatrixModsqrt_matrix_mod
Compute the square root values of the elements of a matrix.
sub_matrixSubMatrixsub_matrixSubMatrixsub_matrix
Subtract two matrices.
sub_matrix_modSubMatrixModsub_matrix_modSubMatrixModsub_matrix_mod
Subtract two matrices.
transpose_matrixTransposeMatrixtranspose_matrixTransposeMatrixtranspose_matrix
Transpose a matrix.
transpose_matrix_modTransposeMatrixModtranspose_matrix_modTransposeMatrixModtranspose_matrix_mod
Transpose a matrix.