JuliaObject¶
jobject.spad line 195 [edit on github]
Generic Julia objects i.e. objects that are used within Julia, and not directly by the underlying FriCAS Common LISP. It also supports the JuliaObjectAggregate category.
- coerce: % -> JuliaObject
from JuliaObjectType
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: Integer -> %
coerce(i)
coercesi
as a JuliaObject. Convenience function.
- coerce: JuliaSymbol -> %
coerce(x)
: convenience function.
- coerce: String -> %
coerce(str)
coercesstr
as a JuliaObject. See ‘jobject(String)’ for more information. Convenience function.
- convert: % -> String
from ConvertibleTo String
- elt: (%, Integer) -> JuliaObject
from JuliaObjectAggregate
- elt: (%, JuliaSymbol) -> JuliaObject
from JuliaObjectAggregate
- jlAbout: % -> Void
from JuliaObjectType
- jlApply: (String, %) -> %
from JuliaObjectType
- jlApply: (String, %, %) -> %
from JuliaObjectType
- jlApply: (String, %, %, %) -> %
from JuliaObjectType
- jlApply: (String, %, %, %, %) -> %
from JuliaObjectType
- jlApply: (String, %, %, %, %, %) -> %
from JuliaObjectType
- jlCollect: % -> JuliaVector %
jlCollect(obj)
collects element of a Julia iterator in a JuliaVector.
- jlDisplay: % -> Void
from JuliaObjectType
- jlId: % -> JuliaInt64
from JuliaObjectType
- jlObject: () -> String
from JuliaObjectType
- jlRef: % -> SExpression
from JuliaObjectType
- jlref: String -> %
from JuliaObjectType
- jlType: % -> String
from JuliaObjectType
- jobject: Integer -> %
jobject(n)
returns the JuliaObject representing the integern
.
- jobject: String -> %
jobject(str)
constructs an arbitrary Julia object depending on string used (evaluated by Julia). For example: example{jobject(“rand(Float64,(2,3,4))”)} returns a 2x3x4 array ofFloat64
elements. A Julia exception is raised if error(s
) occur(s
) during parsing/evalution.
- latex: % -> String
from SetCategory
- less?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- more?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- mutable?: % -> Boolean
from JuliaObjectType
- nothing?: % -> Boolean
from JuliaObjectType
- qelt: (%, Integer) -> JuliaObject
from JuliaObjectAggregate
- qelt: (%, JuliaSymbol) -> JuliaObject
from JuliaObjectAggregate
- size?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- string: % -> String
from JuliaObjectType