ClassesClasses | | Operators

Arithmetic

List of Operators

abs_matrixAbsMatrixAbsMatrixabs_matrix
Compute the absolute values of the elements of a matrix.
abs_matrix_modAbsMatrixModAbsMatrixModabs_matrix_mod
Compute the absolute values of the elements of a matrix.
add_matrixAddMatrixAddMatrixadd_matrix
Add two matrices.
add_matrix_modAddMatrixModAddMatrixModadd_matrix_mod
Add two matrices.
div_element_matrixDivElementMatrixDivElementMatrixdiv_element_matrix
Divide matrices element-by-element.
div_element_matrix_modDivElementMatrixModDivElementMatrixModdiv_element_matrix_mod
Divide matrices element-by-element.
invert_matrixInvertMatrixInvertMatrixinvert_matrix
Invert a matrix.
invert_matrix_modInvertMatrixModInvertMatrixModinvert_matrix_mod
Invert a matrix.
mult_element_matrixMultElementMatrixMultElementMatrixmult_element_matrix
Multiply matrices element-by-element.
mult_element_matrix_modMultElementMatrixModMultElementMatrixModmult_element_matrix_mod
Multiply matrices element-by-element.
mult_matrixMultMatrixMultMatrixmult_matrix
Multiply two matrices.
mult_matrix_modMultMatrixModMultMatrixModmult_matrix_mod
Multiply two matrices.
pow_element_matrixPowElementMatrixPowElementMatrixpow_element_matrix
Compute the power functions of the elements of a matrix.
pow_element_matrix_modPowElementMatrixModPowElementMatrixModpow_element_matrix_mod
Compute the power functions of the elements of a matrix.
pow_matrixPowMatrixPowMatrixpow_matrix
Compute the power functions of a matrix.
pow_matrix_modPowMatrixModPowMatrixModpow_matrix_mod
Compute the power functions of a matrix.
pow_scalar_element_matrixPowScalarElementMatrixPowScalarElementMatrixpow_scalar_element_matrix
Compute the power functions of the elements of a matrix.
pow_scalar_element_matrix_modPowScalarElementMatrixModPowScalarElementMatrixModpow_scalar_element_matrix_mod
Compute the power functions of the elements of a matrix.
scale_matrixScaleMatrixScaleMatrixscale_matrix
Scale a matrix.
scale_matrix_modScaleMatrixModScaleMatrixModscale_matrix_mod
Scale a matrix.
solve_matrixSolveMatrixSolveMatrixsolve_matrix
Compute the solution of a system of equations.
sqrt_matrixSqrtMatrixSqrtMatrixsqrt_matrix
Compute the square root values of the elements of a matrix.
sqrt_matrix_modSqrtMatrixModSqrtMatrixModsqrt_matrix_mod
Compute the square root values of the elements of a matrix.
sub_matrixSubMatrixSubMatrixsub_matrix
Subtract two matrices.
sub_matrix_modSubMatrixModSubMatrixModsub_matrix_mod
Subtract two matrices.
transpose_matrixTransposeMatrixTransposeMatrixtranspose_matrix
Transpose a matrix.
transpose_matrix_modTransposeMatrixModTransposeMatrixModtranspose_matrix_mod
Transpose a matrix.

ClassesClasses | | Operators