arithmetic: Arithmetic Operators

Description Usage Arguments Details Value

Description

Binary operations for banded/banded, banded/matrix, and banded/vector operations.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'BandMat,BandMat'
e1 * e2

## S4 method for signature 'BandMat,numeric'
e1 * e2

## S4 method for signature 'numeric,BandMat'
e1 * e2

Arguments

e1, e2

Banded matrices or numeric vectors

Details

If e1 and e2 are banded matrices, then they must be conformable and packed in the same way.

Value

A banded matrix.


wrathematics/band documentation built on May 4, 2019, 9:48 a.m.