WSList EΒΆ
jwsagg.spad line 212 [edit on github]
E: WSObject
Julia Wolfram Symbolic lists using the MathLink Julia package.
- #: % -> WSInteger
from WSAggregate E
- accumulate: % -> % if E has WSNumber
from WSAggregate E
- append: (%, E) -> %
from WSAggregate E
- coerce: % -> JLObject
from JLObjectType
- coerce: % -> List E
coerce(l)
coercesl
to a FriCAS List.- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: % -> WSExpression
from WSAggregate E
- coerce: List E -> %
from WSAggregate E
- convert: % -> String
from ConvertibleTo String
- delete: (%, WSList WSInteger) -> %
from WSAggregate E
- differences: % -> % if E has WSNumber
from WSAggregate E
- dimensions: % -> WSList WSInteger
from WSAggregate E
- elt: (%, Integer) -> E
from WSAggregate E
- extract: (%, WSExpression) -> %
from WSAggregate E
- first: % -> E
from WSAggregate E
- insert: (%, E, WSInteger) -> %
from WSAggregate E
- intersection: (%, %) -> %
from WSAggregate E
- jlAbout: % -> Void
from JLObjectType
- jlApply: (String, %) -> %
from JLObjectType
- jlApply: (String, %, %) -> %
from JLObjectType
- jlApply: (String, %, %, %) -> %
from JLObjectType
- jlApply: (String, %, %, %, %) -> %
from JLObjectType
- jlApply: (String, %, %, %, %, %) -> %
from JLObjectType
- jlDisplay: % -> Void
from JLObjectType
- jlDump: JLObject -> Void
from JLObjectType
- jlId: % -> JLInt64
from JLObjectType
- jlNumeric: % -> %
from WSObject
- jlNumeric: (%, PositiveInteger) -> %
from WSObject
- jlObject: () -> String
from JLObjectType
- jlRef: % -> SExpression
from JLObjectType
- jlref: String -> %
from JLObjectType
- jlSymbolic: % -> String
from WSObject
- jlType: % -> String
from JLObjectType
- join: (%, %) -> %
from WSAggregate E
- jWSAggregate: List E -> %
from WSAggregate E
- jWSInterpret: (String, String) -> %
from WSObject
- jWSList: List E -> %
jWSList(list)
constructslist
as a WSList.
- jWSList: String -> %
jWSList(str)
constructsstr
as a WSList.str
must be in theWS
language.
- last: % -> E
from WSAggregate E
- latex: % -> String
from SetCategory
- length: % -> WSInteger
from WSAggregate E
- mutable?: % -> Boolean
from JLObjectType
- nothing?: % -> Boolean
from JLObjectType
- part: (%, WSInteger) -> E
from WSAggregate E
- prepend: (%, E) -> %
from WSAggregate E
- qelt: (%, Integer) -> E
from WSAggregate E
- qsetelt!: (%, Integer, E) -> %
from WSAggregate E
- qsetelt: (%, Integer, E) -> %
from WSAggregate E
- removeDuplicates: % -> %
from WSAggregate E
- replacePart: (%, %) -> %
from WSAggregate E
- rest: % -> %
from WSAggregate E
- reverse: % -> %
from WSAggregate E
- reverse: (%, WSInteger) -> %
from WSAggregate E
- reverse: (%, WSList WSInteger) -> %
from WSAggregate E
- riffle: (%, %) -> %
from WSAggregate E
- riffle: (%, %, %) -> %
from WSAggregate E
- setelt!: (%, Integer, E) -> %
from WSAggregate E
- setelt: (%, Integer, E) -> %
from WSAggregate E
- setIntersection: (%, %) -> %
from WSAggregate E
- sort: % -> %
from WSAggregate E
- sorted?: % -> Boolean
from WSAggregate E
- take: (%, Integer) -> %
from WSAggregate E
- take: (%, WSList WSInteger) -> %
from WSAggregate E
- total: % -> E if E has WSNumber
from WSAggregate E
- union: (%, %) -> %
from WSAggregate E