R/ops.R

#' Arithmetic Operators
#'
#' These unary and binary operators perform arithmetical operations on polynomial or numerical marices.
#'
#' @param e1,e2 first and second operands
#'
#' @details
#' Both operands can be:
#' * numerical scalar
#' * polynomial scalar
#' * numerical matrix
#' * polynomial matrix
#'
#' @name polyMatrix-Arith
NULL

Try the polyMatrix package in your browser

Any scripts or data that you put into this service are public.

polyMatrix documentation built on July 18, 2021, 5:06 p.m.