mm: mm

Description Usage Arguments Value Examples

View source: R/mm.R

Description

Returns a matrix containing the specified elements. Values are input column-wise. Used for convenient shorthand creation of matrices

Usage

1

Arguments

...

Variable number of numbers representing the values in the matrix

Value

Matrix containing the values of the inputs

Examples

1
 mm(1,0,1,2)

QuantumOps documentation built on Feb. 3, 2020, 5:07 p.m.

Related to mm in QuantumOps...