modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / matmin
blob1f2895d61c214067d1fcc2a4f427711d3373b965
1 NAME
2     matmin - minimum value for specified index of matrix
4 SYNOPSIS
5     matmin(m, i)
7 TYPES
8     m           matrix
9     i           0, 1, 2, 3
11     return      integer
13 DESCRIPTION
14     Returns the minimum value for i-th index (i counting from zero)
15     for the matrix m.
17 EXAMPLE
18     ; mat A[3]; mat B[1:3, -4:4, 5]
19     ; print matmin(A,0), matmin(B,0), matmin(B,1), matmin(B,2)
20     0 1 -4 0
22 LIMITS
23     i < matdim(m)
25 LINK LIBRARY
26     none
28 SEE ALSO
29     mat, ismat, matdim, matmax, mattrans, mattrace, matsum, matfill,
30     det, inverse, isident, test, config, search, rsearch, reverse, copy,
31     blkcpy, dp, cp, randperm, sort
33 ## Copyright (C) 1999-2006  Landon Curt Noll
35 ## Calc is open software; you can redistribute it and/or modify it under
36 ## the terms of the version 2.1 of the GNU Lesser General Public License
37 ## as published by the Free Software Foundation.
39 ## Calc is distributed in the hope that it will be useful, but WITHOUT
40 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
41 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
42 ## Public License for more details.
44 ## A copy of version 2.1 of the GNU Lesser General Public License is
45 ## distributed with calc under the filename COPYING-LGPL.  You should have
46 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
47 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
49 ## @(#) $Revision: 30.1 $
50 ## @(#) $Id: matmin,v 30.1 2007/03/16 11:10:42 chongo Exp $
51 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/matmin,v $
53 ## Under source code control:   1995/10/25 04:03:45
54 ## File existed as early as:    1995
56 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
57 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/