logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gbgrid - Produce grid of data

Author

       Written by Giulio Bottazzi

Description

       Generate  a  grid using function f(r,c) where r is the row index and c is the column index. Indeces start
       from 1. If more than one function are provided they are printed one after the other.

Examples

       gbgrid -c 1 -r 10 r+c
              generates a vector with elements equal to the sum of the row and column indexes

Name

       gbgrid - Produce grid of data

Options

-c     specify number of rows (default 10)

       -r     specify number of columns (default 10)

       -o     set the output format (default '%12.6e')

       -v     verbose mode

       -h     this help

Reporting Bugs

Synopsis

gbgrid [options] <functiondefinition>

See Also