Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
ArrayOptions - display or set Array options
Calling Sequence
ArrayOptions(A, opt1, opt2, ...)
Parameters
A
-
Array object
opt1, opt2, ...
(optional) option name or equation of the form option = value
Description
The ArrayOptions(A) function returns an expression sequence of equations consisting of the option names and their values for Array A.
The expression sequence that is returned does not include the subtype option since it is implicitly Array.
The ArrayOptions(A, opt1, opt2, ...) function, where each opti is an option name, returns an expression sequence of equations indicating only the values of each opti specified in the calling sequence.
The subtype option cannot be queried since it is implicitly Array.
The ArrayOptions(A, opt1, opt2, ...) function, where each opti is an equation of the form option = value, assigns each specified option opti of A the indicated value (if possible). Options that are not specified are not changed.
Not all Array options can be modified. In particular, only the following options can be changed.
* order=C_order can be changed to order=Fortran_order, and vice-versa, but this implicitly transposes the Array because the actual elements are not moved.
* readonly can be set, but not unset.
* attributes can be changed. This is equivalent to using setattribute, which also works in-place (on rtables and names).
This operation works in place; Array A is modified.
Thread Safety
The ArrayOptions command is thread-safe as of Maple 15.
For more information on thread safety, see index/threadsafe.
Examples
See Also
Array, rtable, rtable_options
Download Help Document