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 June 22, 2024, 10:59 a.m.