Module peroxide::util::non_macro

source ·
Expand description

Macro to non macro function

Functions

  • R like cbind - concatenate two matrix by column direction
  • MATLAB like eye - Identity matrix
  • eye with custom shape
  • MATLAB like linspace
  • Numpy like logspace
  • Rand matrix
  • R like rbind - concatenate two matrix by row direction
  • R like seq function
  • MATLAB like zeros (Matrix)
  • Zeros with custom shape