Expand description
Macro to non macro function
§R like non-macro functions
- seq
- seq_with_precision
- rbind
- cbind
§MATLAB like non-macro functions
- eye
- eye_shape
- zeros
- zeros_shape
- linspace
- linspace_with_precision
- rand
- rand_with_rng
- rand_with_dist
§Numpy like non-macro functions
- logspace
- column_stack
- row_stack
§Haskell like non-macro functions
- concat
- cat
Enums§
Functions§
- Concatenate a value and vector
- R like cbind - concatenate two matrix by column direction
- Numpy like column_stack
- Concatenate two vectors into one
- MATLAB like eye - Identity matrix
- eye with custom shape
- MATLAB like linspace
- linspace with precision
- Numpy like logspace
- Rand matrix
- Rand matrix with specific rng and distribution
- Rand matrix with specific rng
- R like rbind - concatenate two matrix by row direction
- Numpy like row_stack
- R like seq function
- Seq with Precision
- MATLAB like zeros (Matrix)
- Zeros with custom shape