vec {ADtools}R Documentation

Vectorisation

Description

Vectorisation

Usage

vec(x)

Arguments

x

A matrix.

Examples

A <- randn(3, 3)
vec(A)


[Package ADtools version 0.5.5 Index]