Operator Reference
Arithmetic
List of Operators
abs_matrix- Compute the absolute values of the elements of a matrix.
abs_matrix_mod- Compute the absolute values of the elements of a matrix.
add_matrix- Add two matrices.
add_matrix_mod- Add two matrices.
div_element_matrix- Divide matrices element-by-element.
div_element_matrix_mod- Divide matrices element-by-element.
invert_matrix- Invert a matrix.
invert_matrix_mod- Invert a matrix.
mult_element_matrix- Multiply matrices element-by-element.
mult_element_matrix_mod- Multiply matrices element-by-element.
mult_matrix- Multiply two matrices.
mult_matrix_mod- Multiply two matrices.
pow_element_matrix- Compute the power functions of the elements of a matrix.
pow_element_matrix_mod- Compute the power functions of the elements of a matrix.
pow_matrix- Compute the power functions of a matrix.
pow_matrix_mod- Compute the power functions of a matrix.
pow_scalar_element_matrix- Compute the power functions of the elements of a matrix.
pow_scalar_element_matrix_mod- Compute the power functions of the elements of a matrix.
scale_matrix- Scale a matrix.
scale_matrix_mod- Scale a matrix.
solve_matrix- Compute the solution of a system of equations.
sqrt_matrix- Compute the square root values of the elements of a matrix.
sqrt_matrix_mod- Compute the square root values of the elements of a matrix.
sub_matrix- Subtract two matrices.
sub_matrix_mod- Subtract two matrices.
transpose_matrix- Transpose a matrix.
transpose_matrix_mod- Transpose a matrix.