[][src]Module peroxide::util::non_macro

Macro to non macro function

Functions

cat
cbind

R like cbind - concatenate two matrix by column direction

concat
eye

MATLAB like eye - Identity matrix

eye_shape

eye with custom shape

rand

Rand matrix

rbind

R like rbind - concatenate two matrix by row direction

seq

R like seq function

zeros

MATLAB like zeros (Matrix)

zeros_shape

Zeros with custom shape