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