JuliaInt64Vector¶
jarray64.spad line 12 [edit on github]
This domain provides a fast JuliaInt64
vector type with no bound checking on elt's
. Minimum index is 1. Convenience domain.
- #: % -> NonNegativeInteger
from Aggregate
- *: (%, JuliaInt64) -> %
from VectorCategory JuliaInt64
- *: (Integer, %) -> %
from VectorCategory JuliaInt64
- *: (JuliaInt64, %) -> %
from VectorCategory JuliaInt64
- +: (%, %) -> %
from VectorCategory JuliaInt64
- -: % -> %
from VectorCategory JuliaInt64
- -: (%, %) -> %
from VectorCategory JuliaInt64
- <=: (%, %) -> Boolean
from PartialOrder
- <: (%, %) -> Boolean
from PartialOrder
- >=: (%, %) -> Boolean
from PartialOrder
- >: (%, %) -> Boolean
from PartialOrder
- any?: (JuliaInt64 -> Boolean, %) -> Boolean
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- concat: (%, %) -> %
- concat: (%, JuliaInt64) -> %
- concat: (JuliaInt64, %) -> %
- concat: List % -> %
- construct: List JuliaInt64 -> %
from Collection JuliaInt64
- convert: % -> InputForm
from ConvertibleTo InputForm
- count: (JuliaInt64 -> Boolean, %) -> NonNegativeInteger
- count: (JuliaInt64, %) -> NonNegativeInteger
- cross: (%, %) -> %
from VectorCategory JuliaInt64
- delete: (%, Integer) -> %
- delete: (%, UniversalSegment Integer) -> %
- dot: (%, %) -> JuliaInt64
from VectorCategory JuliaInt64
- elt: (%, Integer) -> JuliaInt64
from Eltable(Integer, JuliaInt64)
- elt: (%, Integer, JuliaInt64) -> JuliaInt64
from EltableAggregate(Integer, JuliaInt64)
- elt: (%, UniversalSegment Integer) -> %
from Eltable(UniversalSegment Integer, %)
- entries: % -> List JuliaInt64
from IndexedAggregate(Integer, JuliaInt64)
- entry?: (JuliaInt64, %) -> Boolean
from IndexedAggregate(Integer, JuliaInt64)
- eval: (%, Equation JuliaInt64) -> % if JuliaInt64 has Evalable JuliaInt64
from Evalable JuliaInt64
- eval: (%, JuliaInt64, JuliaInt64) -> % if JuliaInt64 has Evalable JuliaInt64
from InnerEvalable(JuliaInt64, JuliaInt64)
- eval: (%, List Equation JuliaInt64) -> % if JuliaInt64 has Evalable JuliaInt64
from Evalable JuliaInt64
- eval: (%, List JuliaInt64, List JuliaInt64) -> % if JuliaInt64 has Evalable JuliaInt64
from InnerEvalable(JuliaInt64, JuliaInt64)
- every?: (JuliaInt64 -> Boolean, %) -> Boolean
- fill!: (%, JuliaInt64) -> %
from IndexedAggregate(Integer, JuliaInt64)
- find: (JuliaInt64 -> Boolean, %) -> Union(JuliaInt64, failed)
from Collection JuliaInt64
- first: % -> JuliaInt64
from IndexedAggregate(Integer, JuliaInt64)
- first: (%, NonNegativeInteger) -> %
- hash: % -> SingleInteger if JuliaInt64 has Hashable
from Hashable
- hashUpdate!: (HashState, %) -> HashState if JuliaInt64 has Hashable
from Hashable
- index?: (Integer, %) -> Boolean
from IndexedAggregate(Integer, JuliaInt64)
- indices: % -> List Integer
from IndexedAggregate(Integer, JuliaInt64)
- insert: (%, %, Integer) -> %
- insert: (JuliaInt64, %, Integer) -> %
- jlDisplay: % -> Void
jlDisplay(v)
pretty printsv
(à
la Julia).
- juliaIVPrint: Boolean -> Boolean
juliaIVPrint(b)
defines whether or not FriCAS uses the printing version of Julia for vectors instead of its OutputForm version. Returns previous value. By default it is the Julia version.
- latex: % -> String
from SetCategory
- leftTrim: (%, JuliaInt64) -> %
- length: % -> JuliaInt64 if JuliaInt64 has RadicalCategory
from VectorCategory JuliaInt64
- less?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- map!: (JuliaInt64 -> JuliaInt64, %) -> %
- map: ((JuliaInt64, JuliaInt64) -> JuliaInt64, %, %) -> %
- map: (JuliaInt64 -> JuliaInt64, %) -> %
- max: % -> JuliaInt64
- max: (%, %) -> %
from OrderedSet
- max: ((JuliaInt64, JuliaInt64) -> Boolean, %) -> JuliaInt64
- maxIndex: % -> Integer
from IndexedAggregate(Integer, JuliaInt64)
- member?: (JuliaInt64, %) -> Boolean
- members: % -> List JuliaInt64
- merge: (%, %) -> %
- merge: ((JuliaInt64, JuliaInt64) -> Boolean, %, %) -> %
- min: % -> JuliaInt64
- min: (%, %) -> %
from OrderedSet
- minIndex: % -> Integer
from IndexedAggregate(Integer, JuliaInt64)
- more?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- new: (NonNegativeInteger, JuliaInt64) -> %
- outerProduct: (%, %) -> Matrix JuliaInt64
from VectorCategory JuliaInt64
- parts: % -> List JuliaInt64
- position: (JuliaInt64 -> Boolean, %) -> Integer
- position: (JuliaInt64, %) -> Integer
- position: (JuliaInt64, %, Integer) -> Integer
- qelt: (%, Integer) -> JuliaInt64
from EltableAggregate(Integer, JuliaInt64)
- qnew: NonNegativeInteger -> %
qnew(n)
returns an unitialized vector of dimensionn
.
- qsetelt!: (%, Integer, JuliaInt64) -> JuliaInt64
from EltableAggregate(Integer, JuliaInt64)
- reduce: ((JuliaInt64, JuliaInt64) -> JuliaInt64, %) -> JuliaInt64
from Collection JuliaInt64
- reduce: ((JuliaInt64, JuliaInt64) -> JuliaInt64, %, JuliaInt64) -> JuliaInt64
from Collection JuliaInt64
- reduce: ((JuliaInt64, JuliaInt64) -> JuliaInt64, %, JuliaInt64, JuliaInt64) -> JuliaInt64
from Collection JuliaInt64
- remove: (JuliaInt64 -> Boolean, %) -> %
from Collection JuliaInt64
- remove: (JuliaInt64, %) -> %
from Collection JuliaInt64
- removeDuplicates: % -> %
from Collection JuliaInt64
- reverse!: % -> %
- reverse: % -> %
- rightTrim: (%, JuliaInt64) -> %
- select: (JuliaInt64 -> Boolean, %) -> %
from Collection JuliaInt64
- setelt!: (%, Integer, JuliaInt64) -> JuliaInt64
from EltableAggregate(Integer, JuliaInt64)
- setelt!: (%, UniversalSegment Integer, JuliaInt64) -> JuliaInt64
- size?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- smaller?: (%, %) -> Boolean
from Comparable
- sort!: % -> %
- sort!: ((JuliaInt64, JuliaInt64) -> Boolean, %) -> %
- sort: % -> %
- sort: ((JuliaInt64, JuliaInt64) -> Boolean, %) -> %
- sorted?: % -> Boolean
- sorted?: ((JuliaInt64, JuliaInt64) -> Boolean, %) -> Boolean
- swap!: (%, Integer, Integer) -> Void
from IndexedAggregate(Integer, JuliaInt64)
- trim: (%, JuliaInt64) -> %
- vector: List JuliaInt64 -> %
vector(l)
converts the listl
to a vector.
- zero?: % -> Boolean
from VectorCategory JuliaInt64
- zero: NonNegativeInteger -> %
from VectorCategory JuliaInt64
Eltable(UniversalSegment Integer, %)
EltableAggregate(Integer, JuliaInt64)
Evalable JuliaInt64 if JuliaInt64 has Evalable JuliaInt64
FiniteLinearAggregate JuliaInt64
Hashable if JuliaInt64 has Hashable
HomogeneousAggregate JuliaInt64
IndexedAggregate(Integer, JuliaInt64)
InnerEvalable(JuliaInt64, JuliaInt64) if JuliaInt64 has Evalable JuliaInt64
JuliaVectorCategory JuliaInt64