as_vec: Stacks matrix to vector

View source: R/lin_alg.R

as_vecR Documentation

Stacks matrix to vector

Description

Stacks matrix to vector

Usage

as_vec(x)

Arguments

x

Matrix

Examples

if (has_sympy()) {
  A <- as_sym(matrix(1:9, 3))
  as_vec(A)
}


caracas documentation built on Oct. 17, 2023, 5:08 p.m.