WSList EΒΆ

jwsagg.spad line 212 [edit on github]

Julia Wolfram Symbolic lists using the MathLink Julia package.

#: % -> WSInteger

from WSAggregate E

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

accumulate: % -> % if E has WSNumber

from WSAggregate E

append: (%, E) -> %

from WSAggregate E

coerce: % -> JLObject

from JLObjectType

coerce: % -> List E

coerce(l) coerces l 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

jlEval: % -> %

from WSObject

jlHead: % -> WSSymbol

from WSObject

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) constructs list as a WSList.

jWSList: String -> %

jWSList(str) constructs str as a WSList. str must be in the WS 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

string: % -> String

from JLType

take: (%, Integer) -> %

from WSAggregate E

take: (%, WSList WSInteger) -> %

from WSAggregate E

toString: % -> String

from WSObject

total: % -> E if E has WSNumber

from WSAggregate E

union: (%, %) -> %

from WSAggregate E

BasicType

CoercibleTo OutputForm

ConvertibleTo String

JLObjectType

JLType

SetCategory

WSAggregate E

WSObject