JLComplexF32Vector¶
jarray32.spad line 503 [edit on github]
This domain provides a fast JLComplexF32
vector type with no bound checking on elt's
. Minimum index is 1.
- #: % -> NonNegativeInteger
from Aggregate
- *: (%, JLComplexF32) -> %
- *: (Integer, %) -> %
- *: (JLComplexF32, %) -> %
- +: (%, %) -> %
- <=: (%, %) -> Boolean if JLComplexF32 has OrderedSet
from PartialOrder
- <: (%, %) -> Boolean if JLComplexF32 has OrderedSet
from PartialOrder
- >=: (%, %) -> Boolean if JLComplexF32 has OrderedSet
from PartialOrder
- >: (%, %) -> Boolean if JLComplexF32 has OrderedSet
from PartialOrder
- any?: (JLComplexF32 -> Boolean, %) -> Boolean
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- concat: (%, %) -> %
- concat: (%, JLComplexF32) -> %
- concat: (JLComplexF32, %) -> %
- concat: List % -> %
- construct: List JLComplexF32 -> %
from Collection JLComplexF32
- convert: % -> InputForm if JLComplexF32 has ConvertibleTo InputForm
from ConvertibleTo InputForm
- copy!: (%, %) -> %
copy!(b,a)
copies efficiently a tob
. No check are done on arrays dimension.
- count: (JLComplexF32 -> Boolean, %) -> NonNegativeInteger
- count: (JLComplexF32, %) -> NonNegativeInteger
- cross: (%, %) -> %
- delete: (%, Integer) -> %
- delete: (%, UniversalSegment Integer) -> %
- dot: (%, %) -> JLComplexF32
- elt: (%, Integer) -> JLComplexF32
from Eltable(Integer, JLComplexF32)
- elt: (%, Integer, JLComplexF32) -> JLComplexF32
from EltableAggregate(Integer, JLComplexF32)
- elt: (%, UniversalSegment Integer) -> %
from Eltable(UniversalSegment Integer, %)
- entries: % -> List JLComplexF32
from IndexedAggregate(Integer, JLComplexF32)
- entry?: (JLComplexF32, %) -> Boolean
from IndexedAggregate(Integer, JLComplexF32)
- eval: (%, Equation JLComplexF32) -> % if JLComplexF32 has Evalable JLComplexF32
from Evalable JLComplexF32
- eval: (%, JLComplexF32, JLComplexF32) -> % if JLComplexF32 has Evalable JLComplexF32
- eval: (%, List Equation JLComplexF32) -> % if JLComplexF32 has Evalable JLComplexF32
from Evalable JLComplexF32
- eval: (%, List JLComplexF32, List JLComplexF32) -> % if JLComplexF32 has Evalable JLComplexF32
- every?: (JLComplexF32 -> Boolean, %) -> Boolean
- fill!: (%, JLComplexF32) -> %
from IndexedAggregate(Integer, JLComplexF32)
- find: (JLComplexF32 -> Boolean, %) -> Union(JLComplexF32, failed)
from Collection JLComplexF32
- first: % -> JLComplexF32
from IndexedAggregate(Integer, JLComplexF32)
- first: (%, NonNegativeInteger) -> %
- hash: % -> SingleInteger if JLComplexF32 has Hashable
from Hashable
- hashUpdate!: (HashState, %) -> HashState if JLComplexF32 has Hashable
from Hashable
- imag: % -> JLFloat32Vector
imag(v)
returns aJLFloat32
vector with the imaginary part of thev
elements.
- index?: (Integer, %) -> Boolean
from IndexedAggregate(Integer, JLComplexF32)
- indices: % -> List Integer
from IndexedAggregate(Integer, JLComplexF32)
- insert: (%, %, Integer) -> %
- insert: (JLComplexF32, %, Integer) -> %
- jlApply: (String, %, JLFloat32) -> JLFloat32
jlApply(func, x, val)
applyfunc
to argumentsx
and val.
- jlApprox?: (%, %) -> Boolean
jlApprox?(x,y)
computes inexact equality comparison with default parameters.Two numbers compare equal if their relative distance or their absolute distance is within tolerance bounds. Applied component-wise.
- jlDisplay: % -> Void
jldisplay(
v
) pretty printsv
(à
laJL
).
- juliaCVPrint: Boolean -> Boolean
juliaCVPrint(b)
defines whether or not FriCAS uses the printing version ofJL
for matrices instead of its OutputForm version. Returns previous value. By default it is theJL
version.
- latex: % -> String
from SetCategory
- leftTrim: (%, JLComplexF32) -> %
- length: % -> JLComplexF32
- less?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- map!: (JLComplexF32 -> JLComplexF32, %) -> %
- map: ((JLComplexF32, JLComplexF32) -> JLComplexF32, %, %) -> %
- map: (JLComplexF32 -> JLComplexF32, %) -> %
- max: % -> JLComplexF32 if JLComplexF32 has OrderedSet
- max: (%, %) -> % if JLComplexF32 has OrderedSet
from OrderedSet
- max: ((JLComplexF32, JLComplexF32) -> Boolean, %) -> JLComplexF32
- maxIndex: % -> Integer
from IndexedAggregate(Integer, JLComplexF32)
- member?: (JLComplexF32, %) -> Boolean
- members: % -> List JLComplexF32
- merge: (%, %) -> % if JLComplexF32 has OrderedSet
- merge: ((JLComplexF32, JLComplexF32) -> Boolean, %, %) -> %
- min: % -> JLComplexF32 if JLComplexF32 has OrderedSet
- min: (%, %) -> % if JLComplexF32 has OrderedSet
from OrderedSet
- minIndex: % -> Integer
from IndexedAggregate(Integer, JLComplexF32)
- more?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- new: (NonNegativeInteger, JLComplexF32) -> %
- nrand: NonNegativeInteger -> %
nrand(n)
returns a normally distributedJL
vector of sizen
. SeeJL
documentation (randn) for this complex version used here.
- outerProduct: (%, %) -> Matrix JLComplexF32
- parts: % -> List JLComplexF32
- position: (JLComplexF32 -> Boolean, %) -> Integer
- position: (JLComplexF32, %) -> Integer
- position: (JLComplexF32, %, Integer) -> Integer
- qelt: (%, Integer) -> JLComplexF32
from EltableAggregate(Integer, JLComplexF32)
- qnew: NonNegativeInteger -> %
qnew(n)
creates a new uninitialized vector of lengthn
.
- qsetelt!: (%, Integer, JLComplexF32) -> JLComplexF32
from EltableAggregate(Integer, JLComplexF32)
- real: % -> JLFloat32Vector
real(v)
returns aJLFloat32
vector with the real part of thev
elements.
- reduce: ((JLComplexF32, JLComplexF32) -> JLComplexF32, %) -> JLComplexF32
from Collection JLComplexF32
- reduce: ((JLComplexF32, JLComplexF32) -> JLComplexF32, %, JLComplexF32) -> JLComplexF32
from Collection JLComplexF32
- reduce: ((JLComplexF32, JLComplexF32) -> JLComplexF32, %, JLComplexF32, JLComplexF32) -> JLComplexF32
from Collection JLComplexF32
- remove: (JLComplexF32 -> Boolean, %) -> %
from Collection JLComplexF32
- remove: (JLComplexF32, %) -> %
from Collection JLComplexF32
- removeDuplicates: % -> %
from Collection JLComplexF32
- reverse!: % -> %
- reverse: % -> %
- rightTrim: (%, JLComplexF32) -> %
- select: (JLComplexF32 -> Boolean, %) -> %
from Collection JLComplexF32
- setelt!: (%, Integer, JLComplexF32) -> JLComplexF32
from EltableAggregate(Integer, JLComplexF32)
- setelt!: (%, UniversalSegment Integer, JLComplexF32) -> JLComplexF32
- size?: (%, NonNegativeInteger) -> Boolean
from Aggregate
- smaller?: (%, %) -> Boolean
from Comparable
- sort!: % -> % if JLComplexF32 has OrderedSet
- sort!: ((JLComplexF32, JLComplexF32) -> Boolean, %) -> %
- sort: % -> % if JLComplexF32 has OrderedSet
- sort: ((JLComplexF32, JLComplexF32) -> Boolean, %) -> %
- sorted?: % -> Boolean if JLComplexF32 has OrderedSet
- sorted?: ((JLComplexF32, JLComplexF32) -> Boolean, %) -> Boolean
- swap!: (%, Integer, Integer) -> Void
from IndexedAggregate(Integer, JLComplexF32)
- trim: (%, JLComplexF32) -> %
- urand01: NonNegativeInteger -> %
urand01(n)
returns a uniformly (0$NNI..1) distributedJL
vector of sizen
.
- vector: List JLComplexF32 -> %
vector(l)
converts the listl
to a vector.
- zero: NonNegativeInteger -> %
ConvertibleTo InputForm if JLComplexF32 has ConvertibleTo InputForm
Eltable(Integer, JLComplexF32)
Eltable(UniversalSegment Integer, %)
EltableAggregate(Integer, JLComplexF32)
Evalable JLComplexF32 if JLComplexF32 has Evalable JLComplexF32
FiniteLinearAggregate JLComplexF32
Hashable if JLComplexF32 has Hashable
HomogeneousAggregate JLComplexF32
IndexedAggregate(Integer, JLComplexF32)
InnerEvalable(JLComplexF32, JLComplexF32) if JLComplexF32 has Evalable JLComplexF32
OneDimensionalArrayAggregate JLComplexF32
OrderedSet if JLComplexF32 has OrderedSet
PartialOrder if JLComplexF32 has OrderedSet