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)
}


r-cas/caracas documentation built on Feb. 28, 2025, 3:39 p.m.