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