mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.10.2t30
This commit is contained in:
27
help/matdim
Normal file
27
help/matdim
Normal file
@@ -0,0 +1,27 @@
|
||||
NAME
|
||||
matdim - matrix dimension
|
||||
|
||||
SYNOPSIS
|
||||
matdim(m)
|
||||
|
||||
TYPES
|
||||
m matrix
|
||||
|
||||
return 1, 2, 3, or 4
|
||||
|
||||
DESCRIPTION
|
||||
Returns the number of indices required to specify elements of the matrix.
|
||||
|
||||
EXAMPLE
|
||||
> mat A[3]; mat B[2,3]; mat C[1, 2:3, 4]; mat D[2, 3, 4, 5]
|
||||
> print matdim(A), matdim(B), matdim(C), matdim(D)
|
||||
1 2 3 4
|
||||
|
||||
LIMITS
|
||||
none
|
||||
|
||||
LIBRARY
|
||||
none
|
||||
|
||||
SEE ALSO
|
||||
XXX - fill in
|
Reference in New Issue
Block a user