JLObjFunction fΒΆ
jimobject.spad line 746 [edit on github]
f: Symbol
Convenience domain for Julia Functions, objects that are used within Julia, and not directly by the underlying FriCAS Common Lisp. It is not meant to be used directly, but rather for returned value or function argument for example.
- coerce: % -> JLObject
from JLObjectType
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: FunctionCalled f -> %
coerce(func)returns a Julia Function from the FriCASfunctionfunc.funcmust be compatible with 1D format.
- convert: % -> String
from ConvertibleTo String
- jfunc: FunctionCalled f -> %
jfunc(func)returns a Julia Function from the FriCAS functionfunc.funcmust be compatible with 1D format.
- jfunc: String -> %
jfunc(str)returns a Julia Function from the Stringstr.strmust be a valid Julia Function definition.
- jlAbout: % -> Void
from JLObjectType
- jlApply: (%, JLObject) -> JLObject
jlApply(jfunc, arg)returns the result of applying the Julia Functionjfuncto the argument arg.
- jlApply: (%, JLObject, JLObject) -> JLObject
jlApply(jfunc, arg1, arg2)returns the result of applying the Julia Functionjfuncto the argumentsarg1andarg2.
- jlApply: (%, JLObject, JLObject, JLObject) -> JLObject
jlApply(jfunc, arg1, arg2, arg3)returns the result of applying the Julia Functionjfuncto the argumentsarg1,arg2andarg3.
- jlApply: (%, List JLObject) -> JLObject
jlApply(jfunc, args)returns the result of applying the Julia Functionjfuncto the arguments in the list args.- jlApply: (String, %) -> JLObject
from JLObjectType
- jlApply: (String, %, %) -> JLObject
from JLObjectType
- jlApply: (String, %, %, %) -> JLObject
from JLObjectType
- jlApply: (String, %, %, %, %) -> JLObject
from JLObjectType
- jlApply: (String, %, %, %, %, %) -> JLObject
from JLObjectType
- jlDisplay: % -> Void
from JLObjectType
- jlDump: JLObject -> Void
from JLObjectType
- jlFieldNames: % -> JLObject
from JLObjectType
- jlGetField: (%, JLSymbol) -> JLObject
from JLObjectType
- jlGetJuliaIndex: % -> String
from JLObjectType
- jlGetProperty: (%, JLSymbol) -> JLObject
from JLObjectType
- jlId: % -> JLInt64
from JLObjectType
- jlimref: String -> %
from JLObjectType
- jlObject: () -> String
from JLObjectType
- jlPropertyNames: % -> JLObject
from JLObjectType
- jlRef: % -> SExpression
from JLObjectType
- jlref: String -> %
from JLObjectType
- jlText: (%, String) -> List String
from JLObjectType
- jlType: % -> Symbol
from JLObjectType
- latex: % -> String
from SetCategory
- mutable?: % -> Boolean
from JLObjectType
- nothing?: % -> Boolean
from JLObjectType