.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .TH GBGRID "1" "October 2018" "gbgrid 6.0.beta2" "User Commands" .SH NAME gbgrid \- Produce grid of data .SH SYNOPSIS .B gbgrid [\fI\,options\/\fR] \fI\,\/\fR .SH 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. .SH OPTIONS .TP \fB\-c\fR specify number of rows (default 10) .TP \fB\-r\fR specify number of columns (default 10) .TP \fB\-o\fR set the output format (default '%12.6e') .TP \fB\-v\fR verbose mode .TP \fB\-h\fR this help .SH EXAMPLES .TP gbgrid \-c 1 \-r 10 r+c generates a vector with elements equal to the sum of the row and column indexes .SH AUTHOR Written by Giulio Bottazzi .SH "REPORTING BUGS" Report bugs to .PP .br Package home page .SH COPYRIGHT Copyright \(co 2001\-2018 Giulio Bottazzi This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (version 2) as published by the Free Software Foundation; .PP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.