axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] about fixarray


From: xli96
Subject: [Axiom-developer] about fixarray
Date: Mon, 16 Aug 2004 12:03:16 -0400
User-agent: Internet Messaging Program (IMP) 3.2.4

Hi,

could anybody tell me how to use fixarray in AXIOM correspondingly?


struct fixarray {               /*  fixnum array header  */
                FIRSTWORD;
        object  fixa_displaced; /*  displaced  */
        short   fixa_rank;      /*  array rank  */
        short   fixa_elttype;   /*  element type  */
        fixnum  *fixa_self;     /*  pointer to the array  */
        short   fixa_adjustable;/*  adjustable flag  */
        short   fixa_offset;    /*  not used  */
        int     fixa_dim;       /*  dimension  */
        int     *fixa_dims;     /*  table of dimensions  */

};





reply via email to

[Prev in Thread] Current Thread [Next in Thread]