mm {QuantumOps}R Documentation

mm

Description

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

Usage

mm(...)

Arguments

...

Variable number of numbers representing the values in the matrix

Value

Matrix containing the values of the inputs

Examples

 mm(1,0,1,2)

[Package QuantumOps version 3.0.1 Index]