Difference between revisions of "Z^3 Array Manipulation Member Functions"
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
! Function Name !! Parameters !! Notes | ! Function Name !! Parameters !! Notes | ||
|- | |- | ||
| − | | [[Array.$()|$]] || | + | | [[Array.$()|$]] || || Apply functions to each element of array |
|- | |- | ||
| [[Array.$$()|$$]] || || | | [[Array.$$()|$$]] || || | ||
| Line 33: | Line 33: | ||
| [[Array.$R()|$R ]] || || | | [[Array.$R()|$R ]] || || | ||
|- | |- | ||
| − | | [[Array.$X()|$X ]] || | + | | [[Array.$X()|$X ]] || || |
|- | |- | ||
| − | | [[Array.$x()|$x ]] || | + | | [[Array.$x()|$x ]] || || |
|- | |- | ||
| [[Array.$_()|$_]] || | | [[Array.$_()|$_]] || | ||
|- | |- | ||
| − | | [[Array.__$()|__$ ]] || | + | | [[Array.__$()|__$ ]] || || |
|- | |- | ||
| − | | [[Array.ac()|ac ]] || | + | | [[Array.ac()|ac ]] || || |
|- | |- | ||
| − | | [[Array Cumulative Functions|accumulate ]] || Total | + | | [[Array Cumulative Functions|accumulate ]] || Total || |
|- | |- | ||
| − | | [[Array Cumulative Functions|accumulatewith ]] || CumulateFunction, CurrentResult | + | | [[Array Cumulative Functions|accumulatewith ]] || CumulateFunction, CurrentResult || |
|- | |- | ||
| − | | [[Array.across()|across ]] || OtherArray, Function | + | | [[Array.across()|across ]] || OtherArray, Function || |
|- | |- | ||
| − | | [[Array.add()|add ]] || Thing | + | | [[Array.add()|add ]] || Thing || |
|- | |- | ||
| − | | [[Array.addcolumn()|addcolumn ]] || NumberOfColumns | + | | [[Array.addcolumn()|addcolumn ]] || NumberOfColumns || |
|- | |- | ||
| − | | [[Array_Row_Column_Modify_Functions|addrow ]] || NumberOfRows | + | | [[Array_Row_Column_Modify_Functions|addrow ]] || NumberOfRows || |
|- | |- | ||
| − | | [[Array.addsequence()|addsequence ]] || InFront, StartFrom, OptionalSequenceArray | + | | [[Array.addsequence()|addsequence ]] || InFront, StartFrom, OptionalSequenceArray || |
|- | |- | ||
| − | | [[Array.adjoint()|adjoint ]] || Array | + | | [[Array.adjoint()|adjoint ]] || Array || |
|- | |- | ||
| − | | [[Array.aggregate()|aggregate ]] || Columns,Function, Params | + | | [[Array.aggregate()|aggregate ]] || Columns,Function, Params || |
|- | |- | ||
| − | | [[Array.any()|any ]] || Count | + | | [[Array.any()|any ]] || Count || |
|- | |- | ||
| − | | [[Array.appendfunction()|appendfunction ]] || Function | + | | [[Array.appendfunction()|appendfunction ]] || Function || |
|- | |- | ||
| − | | [[Array_Row_Column_Modify_Functions|ar ]] || | + | | [[Array_Row_Column_Modify_Functions|ar ]] || || |
|- | |- | ||
| − | | [[Array.async()|async ]] || Iterator, CallBack | + | | [[Array.async()|async ]] || Iterator, CallBack || |
|- | |- | ||
| − | | [[Array.atindex()|atindex ]] || | + | | [[Array.atindex()|atindex ]] || || |
|- | |- | ||
| − | | [[Array.atnode()|atnode ]] || Function, SubtractByArray, ScaleByArray, DoNotShowIndices | + | | [[Array.atnode()|atnode ]] || Function, SubtractByArray, ScaleByArray, DoNotShowIndices || |
|- | |- | ||
| − | | [[Array.backward()|backward ]] || Function, StartValue | + | | [[Array.backward()|backward ]] || Function, StartValue || |
|- | |- | ||
| − | | [[Array.bindcolumn()|bindcolumn ]] || | + | | [[Array.bindcolumn()|bindcolumn ]] || || |
|- | |- | ||
| − | | [[Array.branch()|branch ]] || | + | | [[Array.branch()|branch ]] || || |
|- | |- | ||
| − | | [[Array.branchvalues()|branchvalues ]] || | + | | [[Array.branchvalues()|branchvalues ]] || || |
|- | |- | ||
| − | | [[Array.c()|c ]] || | + | | [[Array.c()|c ]] || || |
|- | |- | ||
| − | | [[Array.calci()|calci ]] || | + | | [[Array.calci()|calci ]] || || |
|- | |- | ||
| − | | [[Array.car()|car ]] || | + | | [[Array.car()|car ]] || || |
|- | |- | ||
| − | | [[Array.cartesianproduct()|cartesianproduct ]] || IsWithoutFlatten | + | | [[Array.cartesianproduct()|cartesianproduct ]] || IsWithoutFlatten || |
|- | |- | ||
| − | | [[Array.cdr()|cdr ]] || | + | | [[Array.cdr()|cdr ]] || || |
|- | |- | ||
| − | | [[Array.cell()|cell ]] || Row, Column, Width, Height | + | | [[Array.cell()|cell ]] || Row, Column, Width, Height || |
|- | |- | ||
| − | | [[Array.cell()|cells ]] || | + | | [[Array.cell()|cells ]] || || |
|- | |- | ||
| − | | [[Array.checktype()|checktype ]] || TypeArray, ForceCheckOnVariables | + | | [[Array.checktype()|checktype ]] || TypeArray, ForceCheckOnVariables || |
|- | |- | ||
| − | | [[Array.chunks()|chunks ]] || ChunkSize | + | | [[Array.chunks()|chunks ]] || ChunkSize || |
|- | |- | ||
| − | | [[Array.ci()|ci ]] || | + | | [[Array.ci()|ci ]] || || |
|- | |- | ||
| − | | [[Array.clean()|clean ]] || Expression, ReplaceWith | + | | [[Array.clean()|clean ]] || Expression, ReplaceWith || |
|- | |- | ||
| − | | [[Array.clear()|clear ]] || FillWith | + | | [[Array.clear()|clear ]] || FillWith || |
|- | |- | ||
| − | | [[Array.clearcopy()|clearcopy ]] || FillWith | + | | [[Array.clearcopy()|clearcopy ]] || FillWith || |
|- | |- | ||
| − | | [[Array.clearrepeats()|clearrepeats ]] || | + | | [[Array.clearrepeats()|clearrepeats ]] || || |
|- | |- | ||
| − | | [[Array.clone()|clone ]] || | + | | [[Array.clone()|clone ]] || || |
|- | |- | ||
| − | | [[Array_Concat_Functions|colconcat ]] || | + | | [[Array_Concat_Functions|colconcat ]] || || |
|- | |- | ||
| − | | [[Array.colcount()|colcount ]] || | + | | [[Array.colcount()|colcount ]] || || |
|- | |- | ||
| − | | [[Array.collect()|collect ]] || | + | | [[Array.collect()|collect ]] || || |
|- | |- | ||
| − | | [[Array.collectasvector()|collectasvector ]] || | + | | [[Array.collectasvector()|collectasvector ]] || || |
|- | |- | ||
| − | | [[Array.collectwhile()|collectwhile ]] || | + | | [[Array.collectwhile()|collectwhile ]] || || |
|- | |- | ||
| − | | [[Array.collectwhileasvector()|collectwhileasvector ]] || | + | | [[Array.collectwhileasvector()|collectwhileasvector ]] || || |
|- | |- | ||
| − | | [[Array_Row_Column_Functions|column ]] || | + | | [[Array_Row_Column_Functions|column ]] || || |
|- | |- | ||
| − | | [[Array_Concat_Functions|columnconcat ]] || | + | | [[Array_Concat_Functions|columnconcat ]] || || |
|- | |- | ||
| − | | [[Array_Row_Column_Functions|columns ]] || | + | | [[Array_Row_Column_Functions|columns ]] || || |
|- | |- | ||
| − | | [[Array.compare()|compare ]] || | + | | [[Array.compare()|compare ]] || || |
|- | |- | ||
| − | | [[Array.concatall()|concatall ]] || LimitArray, IncludeEdges | + | | [[Array.concatall()|concatall ]] || LimitArray, IncludeEdges || |
|- | |- | ||
| − | | [[Array.converge()|converge ]] || Function, NumberOfIterations, Accuracy, Converge | + | | [[Array.converge()|converge ]] || Function, NumberOfIterations, Accuracy, Converge || |
|- | |- | ||
| − | | [[Array.copy()|copy ]] || | + | | [[Array.copy()|copy ]] || || |
|- | |- | ||
| − | | [[Array.core()|core ]] || | + | | [[Array.core()|core ]] || || |
|- | |- | ||
| − | | [[Array.count()|count ]] || FirstLevelOnly | + | | [[Array.count()|count ]] || FirstLevelOnly || |
|- | |- | ||
| − | | [[Array.crosstab()|crosstab ]] || RowSet, ColSet,PageSet,DataSet | + | | [[Array.crosstab()|crosstab ]] || RowSet, ColSet,PageSet,DataSet || |
|- | |- | ||
| − | | [[Array.cube()|cube ]] || | + | | [[Array.cube()|cube ]] || || |
|- | |- | ||
| − | | [[Array Cumulative Functions|cumcolumn ]] || | + | | [[Array Cumulative Functions|cumcolumn ]] || || |
|- | |- | ||
| − | | [[Array Cumulative Functions|cumcolumns ]] || | + | | [[Array Cumulative Functions|cumcolumns ]] || || |
|- | |- | ||
| − | | [[Array Cumulative Functions|cumcolumnswith ]] || | + | | [[Array Cumulative Functions|cumcolumnswith ]] || || |
|- | |- | ||
| − | | [[Array Cumulative Functions|cumcolumnwith ]] || | + | | [[Array Cumulative Functions|cumcolumnwith ]] || || |
|- | |- | ||
| − | | [[Array Cumulative Functions|cumrow ]] || | + | | [[Array Cumulative Functions|cumrow ]] || || |
|- | |- | ||
| − | | [[Array Cumulative Functions|cumrows ]] || | + | | [[Array Cumulative Functions|cumrows ]] || || |
|- | |- | ||
| − | | [[Array Cumulative Functions)|cumrowswith ]] || | + | | [[Array Cumulative Functions)|cumrowswith ]] || || |
|- | |- | ||
| − | | [[Array Cumulative Functions|cumrowwith ]] || | + | | [[Array Cumulative Functions|cumrowwith ]] || || |
|- | |- | ||
| − | | [[Array Cumulative Functions|cumulate ]] || | + | | [[Array Cumulative Functions|cumulate ]] || || |
|- | |- | ||
| − | | [[Array.data()|data ]] || | + | | [[Array.data()|data ]] || || |
|- | |- | ||
| − | | [[Array.dc()|dc ]] || | + | | [[Array.dc()|dc ]] || || |
|- | |- | ||
| − | | [[Array.deal()|deal ]] || Within, ManyInEach | + | | [[Array.deal()|deal ]] || Within, ManyInEach || |
|- | |- | ||
| − | | [[Array.deepcopy()|deepcopy ]] || | + | | [[Array.deepcopy()|deepcopy ]] || || |
|- | |- | ||
| − | | [[Array_Row_Column_Modify_Functions|deletecolumn ]] || Where | + | | [[Array_Row_Column_Modify_Functions|deletecolumn ]] || Where || |
|- | |- | ||
| − | | [[Array_Row_Column_Modify_Functions|deleterow ]] || Where | + | | [[Array_Row_Column_Modify_Functions|deleterow ]] || Where || |
|- | |- | ||
| − | | [[Array.det()|det ]] || Array | + | | [[Array.det()|det ]] || Array || |
|- | |- | ||
| − | | [[Array.determinant()|determinant ]] || | + | | [[Array.determinant()|determinant ]] || || |
|- | |- | ||
| − | | [[Array.dim()|dim ]] || | + | | [[Array.dim()|dim ]] || || |
|- | |- | ||
| − | | [[Array.div()|div ]] || | + | | [[Array.div()|div ]] || || |
|- | |- | ||
| − | | [[Array.divide|divide ]] || | + | | [[Array.divide|divide ]] || || |
|- | |- | ||
| − | | [[Array.dr()|dr ]] || | + | | [[Array.dr()|dr ]] || || |
|- | |- | ||
| − | | [[Array.drop()|drop ]] || | + | | [[Array.drop()|drop ]] || || |
|- | |- | ||
| − | | [[Array.dropwhile()|dropwhile ]] || | + | | [[Array.dropwhile()|dropwhile ]] || || |
|- | |- | ||
| − | | [[Array.dropwhileasvector()|dropwhileasvector ]] || | + | | [[Array.dropwhileasvector()|dropwhileasvector ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|eighteenth ]] || | + | | [[Array_nth_Functions|eighteenth ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|eighth ]] || | + | | [[Array_nth_Functions|eighth ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|eleventh ]] || | + | | [[Array_nth_Functions|eleventh ]] || || |
|- | |- | ||
| − | | [[Array.equal()|equal ]] || Array, CheckLength, StartFrom | + | | [[Array.equal()|equal ]] || Array, CheckLength, StartFrom || |
|- | |- | ||
| − | | [[Array.equalvalues()|equalvalues ]] || Array, CheckLength, StartFrom | + | | [[Array.equalvalues()|equalvalues ]] || Array, CheckLength, StartFrom || |
|- | |- | ||
| − | | [[Array.eval()|eval ]] || | + | | [[Array.eval()|eval ]] || || |
|- | |- | ||
| − | | [[Array.except()|except ]] || | + | | [[Array.except()|except ]] || || |
|- | |- | ||
| − | | [[Array.exec()|exec ]] || | + | | [[Array.exec()|exec ]] || || |
|- | |- | ||
| − | | [[Array.explode()|explode ]] || StartIndex, By, RecurseTillLevel | + | | [[Array.explode()|explode ]] || StartIndex, By, RecurseTillLevel || |
|- | |- | ||
| − | | [[Array.extract()|extract ]] || | + | | [[Array.extract()|extract ]] || || |
|- | |- | ||
| − | | [[Array.few()|few ]] || | + | | [[Array.few()|few ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|fifteenth ]] || Function | + | | [[Array_nth_Functions|fifteenth ]] || Function || |
|- | |- | ||
| − | | [[Array_nth_Functions|fifth ]] || | + | | [[Array_nth_Functions|fifth ]] || || |
|- | |- | ||
| − | | [[Array.fillwith()|fillwith ]] || | + | | [[Array.fillwith()|fillwith ]] || || |
|- | |- | ||
| − | | [[Array.filtermatches()|filtermatches ]] || MatchIdenticalMatrix, OnlyMatches | + | | [[Array.filtermatches()|filtermatches ]] || MatchIdenticalMatrix, OnlyMatches || |
|- | |- | ||
| − | | [[Array.filteroncolumn()|filteroncolumn ]] || Condition, ExtractColumns, FilterOnColumn | + | | [[Array.filteroncolumn()|filteroncolumn ]] || Condition, ExtractColumns, FilterOnColumn || |
|- | |- | ||
| − | | [[Array.filteroncondition()|filteroncondition ]] || TakeDropOrAllFlag, Function, Parameter | + | | [[Array.filteroncondition()|filteroncondition ]] || TakeDropOrAllFlag, Function, Parameter || |
|- | |- | ||
| − | | [[Array.filteronrow()|filteronrow ]] || Condition, ExtractColumns, FilterOnColumn | + | | [[Array.filteronrow()|filteronrow ]] || Condition, ExtractColumns, FilterOnColumn || |
|- | |- | ||
| − | | [[Array.findcellref()|findcellref ]] || Values | + | | [[Array.findcellref()|findcellref ]] || Values || |
|- | |- | ||
| − | | [[Array_nth_Functions|first ]] || Count | + | | [[Array_nth_Functions|first ]] || Count || |
|- | |- | ||
| − | | [[Array_nth_Functions|firstelement ]] || Count | + | | [[Array_nth_Functions|firstelement ]] || Count || |
|- | |- | ||
| − | | [[Array.firsthalf()|firsthalf ]] || | + | | [[Array.firsthalf()|firsthalf ]] || || |
|- | |- | ||
| − | | [[Array.fixat()|fixat ]] || Index, Fix | + | | [[Array.fixat()|fixat ]] || Index, Fix || |
|- | |- | ||
| − | | [[Array.fjoin()|fjoin ]] || HeadLength, JoinString | + | | [[Array.fjoin()|fjoin ]] || HeadLength, JoinString || |
|- | |- | ||
| − | | [[Array.flatten()|flatten ]] || | + | | [[Array.flatten()|flatten ]] || || |
|- | |- | ||
| − | | [[Array.flip()|flip ]] || | + | | [[Array.flip()|flip ]] || || |
|- | |- | ||
| − | | [[Array.flipparts()|flipparts ]] || | + | | [[Array.flipparts()|flipparts ]] || || |
|- | |- | ||
| − | | [[Array.fold()|fold ]] || AtFoldValue, AtReverseFoldValue | + | | [[Array.fold()|fold ]] || AtFoldValue, AtReverseFoldValue || |
|- | |- | ||
| − | | [[Array.foldl()|foldl ]] || Function, StartSeed | + | | [[Array.foldl()|foldl ]] || Function, StartSeed || |
|- | |- | ||
| − | | [[Array.foldr()|foldr ]] || Function, StartSeed | + | | [[Array.foldr()|foldr ]] || Function, StartSeed || |
|- | |- | ||
| − | | [[Array.forward()|forward ]] || Function, StartValue | + | | [[Array.forward()|forward ]] || Function, StartValue || |
|- | |- | ||
| − | | [[Array_nth_Functions|fourteenth ]] || | + | | [[Array_nth_Functions|fourteenth ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|fourth ]] || | + | | [[Array_nth_Functions|fourth ]] || || |
|- | |- | ||
| − | | [[Array.fourths()|fourths ]] || | + | | [[Array.fourths()|fourths ]] || || |
|- | |- | ||
| − | | [[Array.funcjoin()|funcjoin ]] || HeadLength, FindString, FirstString, MidString, LastString | + | | [[Array.funcjoin()|funcjoin ]] || HeadLength, FindString, FirstString, MidString, LastString || |
|- | |- | ||
| − | | [[Array.gettype()|gettype ]] || | + | | [[Array.gettype()|gettype ]] || || |
|- | |- | ||
| − | | [[Array.graph()|graph ]] || Mode | + | | [[Array.graph()|graph ]] || Mode || |
|- | |- | ||
| − | | [[Array.graphin()|graphin ]] || | + | | [[Array.graphin()|graphin ]] || || |
|- | |- | ||
| − | | [[Array.halves()|half ]] || | + | | [[Array.halves()|half ]] || || |
|- | |- | ||
| − | | [[Array.halves()|halves ]] || | + | | [[Array.halves()|halves ]] || || |
|- | |- | ||
| − | | [[Array.hderef()|hderef ]] || Array | + | | [[Array.hderef()|hderef ]] || Array || |
|- | |- | ||
| − | | [[Array.head()|head ]] || | + | | [[Array.head()|head ]] || || |
|- | |- | ||
| − | | [[Array.headings()|headings ]] || | + | | [[Array.headings()|headings ]] || || |
|- | |- | ||
| − | | [[Array.hindex()|hindex ]] || | + | | [[Array.hindex()|hindex ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|hundredth ]] || | + | | [[Array_nth_Functions|hundredth ]] || || |
|- | |- | ||
| [[Array.i()|i ]] || PreviousArray | | [[Array.i()|i ]] || PreviousArray | ||
|- | |- | ||
| − | | [[Array_Row_Column_Modify_Functions|ic ]] || | + | | [[Array_Row_Column_Modify_Functions|ic ]] || || |
|- | |- | ||
| − | | [[Array.ids()|ids ]] || | + | | [[Array.ids()|ids ]] || || |
|- | |- | ||
| − | | [[Array.implode()|implode ]] || RecurseTillLevel | + | | [[Array.implode()|implode ]] || RecurseTillLevel || |
|- | |- | ||
| − | | [[Array.inc()|inc ]] || | + | | [[Array.inc()|inc ]] || || |
|- | |- | ||
| − | | [[Array.include()|include ]] || | + | | [[Array.include()|include ]] || || |
|- | |- | ||
| − | | [[Array.indices()|indices ]] || Function, SubtractByArray, ScaleByArray, DoNotShowIndices, RowArray | + | | [[Array.indices()|indices ]] || Function, SubtractByArray, ScaleByArray, DoNotShowIndices, RowArray || |
|- | |- | ||
| − | | [[Array.injoin()|injoin ]] || JoinWith | + | | [[Array.injoin()|injoin ]] || JoinWith || |
|- | |- | ||
| − | | [[Array.insert()|insert ]] || Value, AfterLastFlag | + | | [[Array.insert()|insert ]] || Value, AfterLastFlag || |
|- | |- | ||
| − | | [[Array_Row_Column_Modify_Functions|insertcolumn ]] || Index, NumberOfColumns | + | | [[Array_Row_Column_Modify_Functions|insertcolumn ]] || Index, NumberOfColumns || |
|- | |- | ||
| − | | [[Array_Row_Column_Modify_Functions|insertrow ]] || Index, NumberOfRows | + | | [[Array_Row_Column_Modify_Functions|insertrow ]] || Index, NumberOfRows || |
|- | |- | ||
| − | | [[Array.inverse()|inverse ]] || Array | + | | [[Array.inverse()|inverse ]] || Array || |
|- | |- | ||
| − | | [[Array_Row_Column_Modify_Functions|ir ]] || | + | | [[Array_Row_Column_Modify_Functions|ir ]] || || |
|- | |- | ||
| − | | [[Array.is()|is ]] || Thing, IsNot | + | | [[Array.is()|is ]] || Thing, IsNot || |
|- | |- | ||
| − | | [[Array.is1d()|is1d ]] || | + | | [[Array.is1d()|is1d ]] || || |
|- | |- | ||
| − | | [[Array.is2d()|is2d ]] || | + | | [[Array.is2d()|is2d ]] || || |
|- | |- | ||
| − | | [[Array.isFalse()|isFalse ]] || | + | | [[Array.isFalse()|isFalse ]] || || |
|- | |- | ||
| − | | [[Array.isFalse()|isfalse ]] || | + | | [[Array.isFalse()|isfalse ]] || || |
|- | |- | ||
| − | | [[Array.islikelytype()|islikelytype ]] || | + | | [[Array.islikelytype()|islikelytype ]] || || |
|- | |- | ||
| − | | [[Array.isnull()|isnotnull ]] || | + | | [[Array.isnull()|isnotnull ]] || || |
|- | |- | ||
| − | | [[Array.isnull()|isnull ]] || | + | | [[Array.isnull()|isnull ]] || || |
|- | |- | ||
| − | | [[Array.isTrue()|isTrue ]] || | + | | [[Array.isTrue()|isTrue ]] || || |
|- | |- | ||
| − | | [[Array.isTrue()|istrue ]] || | + | | [[Array.isTrue()|istrue ]] || || |
|- | |- | ||
| − | | [[Array.istype()|istype ]] || | + | | [[Array.istype()|istype ]] || || |
|- | |- | ||
| − | | [[Array.j()|j ]] || | + | | [[Array.j()|j ]] || || |
|- | |- | ||
| − | | [[Array.joincolumnswith()|joincolumnswith ]] || ArrayOfJoinCharacters, IsRepeat | + | | [[Array.joincolumnswith()|joincolumnswith ]] || ArrayOfJoinCharacters, IsRepeat || |
|- | |- | ||
| − | | [[Array.joinrowswith()|joinrowswith ]] || ArrayOfJoinCharacters, IsRepeat | + | | [[Array.joinrowswith()|joinrowswith ]] || ArrayOfJoinCharacters, IsRepeat || |
|- | |- | ||
| − | | [[Array.joinwith()|joinwith ]] || | + | | [[Array.joinwith()|joinwith ]] || || |
|- | |- | ||
| − | | [[Array.jq()|jq ]] || | + | | [[Array.jq()|jq ]] || || |
|- | |- | ||
| − | | [[Array.keep()|keep ]] || | + | | [[Array.keep()|keep ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|last ]] || Count | + | | [[Array_nth_Functions|last ]] || Count || |
|- | |- | ||
| − | | [[Array_nth_Functions|lastelement ]] || Count | + | | [[Array_nth_Functions|lastelement ]] || Count || |
|- | |- | ||
| − | | [[Array.list()|list ]] || | + | | [[Array.list()|list ]] || || |
|- | |- | ||
| − | | [[Array.lookup()|lookup ]] || | + | | [[Array.lookup()|lookup ]] || || |
|- | |- | ||
| − | | [[Array.make()|make ]] || | + | | [[Array.make()|make ]] || || |
|- | |- | ||
| − | | [[Array.make1to2d()|make1to2d ]] || ReplaceOriginal | + | | [[Array.make1to2d()|make1to2d ]] || ReplaceOriginal || |
|- | |- | ||
| − | | [[Array.makecore()|makecore ]] || | + | | [[Array.makecore()|makecore ]] || || |
|- | |- | ||
| − | | [[Array.makekeyarray()|makekeyarray ]] || Recursive | + | | [[Array.makekeyarray()|makekeyarray ]] || Recursive || |
|- | |- | ||
| − | | [[Array.maplist()|maplist ]] || fun | + | | [[Array.maplist()|maplist ]] || fun || |
|- | |- | ||
| − | | [[Array.mapper()|mapper ]] || Function | + | | [[Array.mapper()|mapper ]] || Function || |
|- | |- | ||
| − | | [[Array.maprow()|maprow ]] || Function | + | | [[Array.maprow()|maprow ]] || Function || |
|- | |- | ||
| − | | [[Array.mask()|mask ]] || | + | | [[Array.mask()|mask ]] || || |
|- | |- | ||
| − | | [[Array.match()|match ]] || Expression | + | | [[Array.match()|match ]] || Expression || |
|- | |- | ||
| − | | [[Array.matchcolumn()|matchcolumn ]] || Expression, Column | + | | [[Array.matchcolumn()|matchcolumn ]] || Expression, Column || |
|- | |- | ||
| − | | [[Array.matchindex()|matchindex ]] || Expression, IndexThenFromMatch | + | | [[Array.matchindex()|matchindex ]] || Expression, IndexThenFromMatch || |
|- | |- | ||
| − | | [[Array.matchrow()|matchrow ]] || Expression, Row | + | | [[Array.matchrow()|matchrow ]] || Expression, Row || |
|- | |- | ||
| − | | [[Array.matchvalue()|matchvalue ]] || Expression, IndexThenFromMatch | + | | [[Array.matchvalue()|matchvalue ]] || Expression, IndexThenFromMatch || |
|- | |- | ||
| − | | [[Array.merge()|merge ]] || OtherArray, Function | + | | [[Array.merge()|merge ]] || OtherArray, Function || |
|- | |- | ||
| − | | [[Array_Concat_Functions|mergecolumns ]] || OtherArray | + | | [[Array_Concat_Functions|mergecolumns ]] || OtherArray || |
|- | |- | ||
| − | | [[Array.mergeio()|mergeio ]] || | + | | [[Array.mergeio()|mergeio ]] || || |
|- | |- | ||
| − | | [[Array_Concat_Functions|mergerows ]] || | + | | [[Array_Concat_Functions|mergerows ]] || || |
|- | |- | ||
| − | | [[Array.mid()|mid ]] || From, Count | + | | [[Array.mid()|mid ]] || From, Count || |
|- | |- | ||
| − | | [[Array_nth_Functions|millionth ]] || | + | | [[Array_nth_Functions|millionth ]] || || |
|- | |- | ||
| − | | [[Array.multiply|multiply ]] || | + | | [[Array.multiply|multiply ]] || || |
|- | |- | ||
| − | | [[Array.nicejoin()|nicejoin ]] || JoinString, EndString, SubArrayString | + | | [[Array.nicejoin()|nicejoin ]] || JoinString, EndString, SubArrayString || |
|- | |- | ||
| − | | [[Array_nth_Functions|nineteenth ]] || | + | | [[Array_nth_Functions|nineteenth ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|nineth ]] || | + | | [[Array_nth_Functions|nineth ]] || || |
|- | |- | ||
| − | | [[Array.nodeindex()|nodeindex ]] || | + | | [[Array.nodeindex()|nodeindex ]] || || |
|- | |- | ||
| − | | [[Array.notinclude()|notinclude ]] || Item | + | | [[Array.notinclude()|notinclude ]] || Item || |
|- | |- | ||
| − | | [[Array.notwithinlimits()|notwithinlimits ]] || LimitArray, IncludeEdges | + | | [[Array.notwithinlimits()|notwithinlimits ]] || LimitArray, IncludeEdges || |
|- | |- | ||
| [[Array_nth_Functions|nth ]] || Nth, Count | | [[Array_nth_Functions|nth ]] || Nth, Count | ||
|- | |- | ||
| − | | [[Array.ntimes()|ntimes ]] || Function, NumberOfIterations, Accuracy, Converge | + | | [[Array.ntimes()|ntimes ]] || Function, NumberOfIterations, Accuracy, Converge || |
|- | |- | ||
| − | | [[Array.nullifyobjects()|nullifyobjects ]] || Recursive | + | | [[Array.nullifyobjects()|nullifyobjects ]] || Recursive || |
|- | |- | ||
| − | | [[Array.numbers()|numbers ]] || ForceCheckOnVariables | + | | [[Array.numbers()|numbers ]] || ForceCheckOnVariables || |
|- | |- | ||
| − | | [[Array.objects()|o ]] || | + | | [[Array.objects()|o ]] || || |
|- | |- | ||
| − | | [[Array.objects()|objects ]] || | + | | [[Array.objects()|objects ]] || || |
|- | |- | ||
| − | | [[Array.of()|of ]] || | + | | [[Array.of()|of ]] || || |
|- | |- | ||
| − | | [[Array.otherthan()|otherthan ]] || ArrayWithElementsToExclude | + | | [[Array.otherthan()|otherthan ]] || ArrayWithElementsToExclude || |
|- | |- | ||
| − | | [[Array.pack()|pack ]] || | + | | [[Array.pack()|pack ]] || || |
|- | |- | ||
| − | | [[Array.pad()|pad ]] || Length, PadString | + | | [[Array.pad()|pad ]] || Length, PadString || |
|- | |- | ||
| − | | [[Array.pair()|pair ]] || Value, OnRight | + | | [[Array.pair()|pair ]] || Value, OnRight || |
|- | |- | ||
| − | | [[Array.pairmatch()|pairmatch ]] || AtFoldValue, AtReverseFoldValue, StartFrom | + | | [[Array.pairmatch()|pairmatch ]] || AtFoldValue, AtReverseFoldValue, StartFrom || |
|- | |- | ||
| − | | [[Array.partitiononcondition()|partitiononcondition ]] || TakeDropOrAllFlag, Function, Parameter | + | | [[Array.partitiononcondition()|partitiononcondition ]] || TakeDropOrAllFlag, Function, Parameter || |
|- | |- | ||
| − | | [[Array.parts()|parts ]] || NumberOfParts, SpecificPart | + | | [[Array.parts()|parts ]] || NumberOfParts, SpecificPart || |
|- | |- | ||
| − | | [[Array.pastefolds()|pastefolds ]] || MidOnly | + | | [[Array.pastefolds()|pastefolds ]] || MidOnly || |
|- | |- | ||
| − | | [[Array.pick()|pick ]] || StyleString, JoinString | + | | [[Array.pick()|pick ]] || StyleString, JoinString || |
|- | |- | ||
| − | | [[Array.pieces()|pieces ]] || Width, Function | + | | [[Array.pieces()|pieces ]] || Width, Function || |
|- | |- | ||
| − | | [[Array.pip()|pip ]] || | + | | [[Array.pip()|pip ]] || || |
|- | |- | ||
| − | | [[Array.pipall()|pipall ]] || | + | | [[Array.pipall()|pipall ]] || || |
|- | |- | ||
| − | | [[Array.pipallwithslice()|pipallwithslice ]] || | + | | [[Array.pipallwithslice()|pipallwithslice ]] || || |
|- | |- | ||
| − | | [[Array.plot()|plot ]] || | + | | [[Array.plot()|plot ]] || || |
|- | |- | ||
| − | | [[Array.prefix()|prefix ]] || | + | | [[Array.prefix()|prefix ]] || || |
|- | |- | ||
| − | | [[Array.primitives()|primitives ]] || | + | | [[Array.primitives()|primitives ]] || || |
|- | |- | ||
| − | | [[Array.print()|print ]] || | + | | [[Array.print()|print ]] || || |
|- | |- | ||
| − | | [[Array.printf()|printf ]] || | + | | [[Array.printf()|printf ]] || || |
|- | |- | ||
| − | | [[Array.r()|r ]] || | + | | [[Array.r()|r ]] || || |
|- | |- | ||
| − | | [[Array.random()|rand ]] || | + | | [[Array.random()|rand ]] || || |
|- | |- | ||
| − | | [[Array.random()|random ]] || Base,Numbers | + | | [[Array.random()|random ]] || Base,Numbers || |
|- | |- | ||
| − | | [[Array.remove()|remove ]] || | + | | [[Array.remove()|remove ]] || || |
|- | |- | ||
| − | | [[Array.removeByVal()|removeByVal ]] || Value | + | | [[Array.removeByVal()|removeByVal ]] || Value || |
|- | |- | ||
| − | | [[Array.removeindices()|removeindices ]] || | + | | [[Array.removeindices()|removeindices ]] || || |
|- | |- | ||
| − | | [[Array.removewith()|removewith ]] || | + | | [[Array.removewith()|removewith ]] || || |
|- | |- | ||
| − | | [[Array.repeatntimes()|repeatntimes ]] || Function, NumberOfIterations, Accuracy, Converge | + | | [[Array.repeatntimes()|repeatntimes ]] || Function, NumberOfIterations, Accuracy, Converge || |
|- | |- | ||
| − | | [[Array.replace()|replace ]] || ExpressionArrayOrValues, ReplaceWith | + | | [[Array.replace()|replace ]] || ExpressionArrayOrValues, ReplaceWith || |
|- | |- | ||
| − | | [[Array.replicate()|replicate ]] || Count | + | | [[Array.replicate()|replicate ]] || Count || |
|- | |- | ||
| − | | [[Array.rest()|rest ]] || Start, Count | + | | [[Array.rest()|rest ]] || Start, Count || |
|- | |- | ||
| − | | [[Array.result()|result ]] || | + | | [[Array.result()|result ]] || || |
|- | |- | ||
| − | | [[Array.reverselevel()|reverselevel ]] || Level | + | | [[Array.reverselevel()|reverselevel ]] || Level || |
|- | |- | ||
| − | | [[Array.reversepip()|reversepip ]] || | + | | [[Array.reversepip()|reversepip ]] || || |
|- | |- | ||
| − | | [[Array.reversesort()|reversesort ]] || Function | + | | [[Array.reversesort()|reversesort ]] || Function || |
|- | |- | ||
| − | | [[Array.ri()|ri ]] || | + | | [[Array.ri()|ri ]] || || |
|- | |- | ||
| − | | [[Array.rotate()|rotate ]] || NumberOfSteps | + | | [[Array.rotate()|rotate ]] || NumberOfSteps || |
|- | |- | ||
| − | | [[Array.rotatecolumns()|rotatecolumns ]] || NumberOfSteps | + | | [[Array.rotatecolumns()|rotatecolumns ]] || NumberOfSteps || |
|- | |- | ||
| − | | [[Array.rotaterows()|rotaterows ]] || NumberOfSteps | + | | [[Array.rotaterows()|rotaterows ]] || NumberOfSteps || |
|- | |- | ||
| − | | [[Array_Row_Column_Functions|row ]] || | + | | [[Array_Row_Column_Functions|row ]] || || |
|- | |- | ||
| − | | [[Array_Concat_Functions|rowconcat ]] || OtherArray | + | | [[Array_Concat_Functions|rowconcat ]] || OtherArray || |
|- | |- | ||
| − | | [[Array.rowcount()|rowcount ]] || | + | | [[Array.rowcount()|rowcount ]] || || |
|- | |- | ||
| − | | [[Array.rowlengths()|rowlengths ]] || Function | + | | [[Array.rowlengths()|rowlengths ]] || Function || |
|- | |- | ||
| − | | [[Array.rowpush()|rowpush ]] || OtherArray | + | | [[Array.rowpush()|rowpush ]] || OtherArray || |
|- | |- | ||
| − | | [[Array_Row_Column_Functions|rows ]] || | + | | [[Array_Row_Column_Functions|rows ]] || || |
|- | |- | ||
| − | | [[Array.rslice()|rslice ]] || | + | | [[Array.rslice()|rslice ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|second ]] || | + | | [[Array_nth_Functions|second ]] || || |
|- | |- | ||
| − | | [[Array.secondhalf()|secondhalf ]] || | + | | [[Array.secondhalf()|secondhalf ]] || || |
|- | |- | ||
| − | | [[Array.seq()|seq ]] || StartIndex, By | + | | [[Array.seq()|seq ]] || StartIndex, By || |
|- | |- | ||
| − | | [[Array.set()|set ]] || | + | | [[Array.set()|set ]] || || |
|- | |- | ||
| − | | [[Array.setaxis()|setaxis ]] || Axis, ColumnValues | + | | [[Array.setaxis()|setaxis ]] || Axis, ColumnValues || |
|- | |- | ||
| − | | [[Array.setcolumn()|setcolumn ]] || Column, ColumnValues | + | | [[Array.setcolumn()|setcolumn ]] || Column, ColumnValues || |
|- | |- | ||
| − | | [[Array.setheadings()|setheadings ]] || | + | | [[Array.setheadings()|setheadings ]] || || |
|- | |- | ||
| − | | [[Array.setrow()|setrow ]] || Row, Array | + | | [[Array.setrow()|setrow ]] || Row, Array || |
|- | |- | ||
| − | | [[Array.setunit()|setunit ]] || | + | | [[Array.setunit()|setunit ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|seventeenth ]] || | + | | [[Array_nth_Functions|seventeenth ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|seventh ]] || | + | | [[Array_nth_Functions|seventh ]] || || |
|- | |- | ||
| − | | [[Array.shiftlevel()|shiftlevel ]] || Level, NumberOfTimes | + | | [[Array.shiftlevel()|shiftlevel ]] || Level, NumberOfTimes || |
|- | |- | ||
| − | | [[Array.shuffle()|shuffle ]] || | + | | [[Array.shuffle()|shuffle ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|sixteenth ]] || | + | | [[Array_nth_Functions|sixteenth ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|sixth ]] || | + | | [[Array_nth_Functions|sixth ]] || || |
|- | |- | ||
| − | | [[Array.size()|size ]] || | + | | [[Array.size()|size ]] || || |
|- | |- | ||
| − | | [[Array.size2d()|size2d ]] || | + | | [[Array.size2d()|size2d ]] || || |
|- | |- | ||
| − | | [[Array.slices()|slices ]] || SliceExpression | + | | [[Array.slices()|slices ]] || SliceExpression || |
|- | |- | ||
| − | | [[Array.slides()|slides ]] || | + | | [[Array.slides()|slides ]] || || |
|- | |- | ||
| − | | [[Array.some()|some ]] || | + | | [[Array.some()|some ]] || || |
|- | |- | ||
| − | | [[Array.sortrecursively()|sortrecursively ]] || | + | | [[Array.sortrecursively()|sortrecursively ]] || || |
|- | |- | ||
| − | | [[Array.sortwith()|sortwith ]] || | + | | [[Array.sortwith()|sortwith ]] || || |
|- | |- | ||
| − | | [[Array.specialprint()|specialprint ]] || Trimmed,TabLevel | + | | [[Array.specialprint()|specialprint ]] || Trimmed,TabLevel || |
|- | |- | ||
| − | | [[Array.spliteach()|spliteach ]] || SplitExpression, RetainSplitterAlsoInResult | + | | [[Array.spliteach()|spliteach ]] || SplitExpression, RetainSplitterAlsoInResult || |
|- | |- | ||
| − | | [[Array.splitwhile()|splitwhile ]] || | + | | [[Array.splitwhile()|splitwhile ]] || || |
|- | |- | ||
| − | | [[Array.splitwhileasvector()|splitwhileasvector ]] || | + | | [[Array.splitwhileasvector()|splitwhileasvector ]] || || |
|- | |- | ||
| − | | [[Array.stringlist()|stringlist ]] || | + | | [[Array.stringlist()|stringlist ]] || || |
|- | |- | ||
| − | | [[Array.subtract|subtract ]] || | + | | [[Array.subtract|subtract ]] || || |
|- | |- | ||
| − | | [[Array.suchthat()|suchthat ]] || | + | | [[Array.suchthat()|suchthat ]] || || |
|- | |- | ||
| − | | [[Array.suchthatasvector()|suchthatasvector ]] || | + | | [[Array.suchthatasvector()|suchthatasvector ]] || || |
|- | |- | ||
| − | | [[Array.suffix()|suffix ]] || | + | | [[Array.suffix()|suffix ]] || || |
|- | |- | ||
| − | | [[Array.transpose()|t ]] || | + | | [[Array.transpose()|t ]] || || |
|- | |- | ||
| − | | [[Array.table()|table ]] || | + | | [[Array.table()|table ]] || || |
|- | |- | ||
| − | | [[Array.tablelookup()|tablelookup ]] || RowValueMatch, ColumnValueMatch | + | | [[Array.tablelookup()|tablelookup ]] || RowValueMatch, ColumnValueMatch || |
|- | |- | ||
| − | | [[Array.tail()|tail ]] || | + | | [[Array.tail()|tail ]] || || |
|- | |- | ||
| − | | [[Array.takewhile()|takewhile ]] || | + | | [[Array.takewhile()|takewhile ]] || || |
|- | |- | ||
| − | | [[Array.takewhileasvector()|takewhileasvector ]] || | + | | [[Array.takewhileasvector()|takewhileasvector ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|tenth ]] || | + | | [[Array_nth_Functions|tenth ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|third ]] || | + | | [[Array_nth_Functions|third ]] || || |
|- | |- | ||
| − | | [[Array.thirds()|thirds ]] || | + | | [[Array.thirds()|thirds ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|thirteenth ]] || | + | | [[Array_nth_Functions|thirteenth ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|thousandth ]] || | + | | [[Array_nth_Functions|thousandth ]] || || |
|- | |- | ||
| − | | [[Array.tofunctions()|tofunctions ]] || | + | | [[Array.tofunctions()|tofunctions ]] || || |
|- | |- | ||
| − | | [[Array.toobjectformat()|toobjectformat ]] || | + | | [[Array.toobjectformat()|toobjectformat ]] || || |
|- | |- | ||
| − | | [[Array.totree()|totree ]] || | + | | [[Array.totree()|totree ]] || || |
|- | |- | ||
| − | | [[Array.transpose()|transpose ]] || IncludeHeader | + | | [[Array.transpose()|transpose ]] || IncludeHeader || |
|- | |- | ||
| − | | [[Array.truefalse()|truefalse ]] || IsCheckTrueFunctionList, IsCheckFalseFunctionList, DoFlattenFirst | + | | [[Array.truefalse()|truefalse ]] || IsCheckTrueFunctionList, IsCheckFalseFunctionList, DoFlattenFirst || |
|- | |- | ||
| − | | [[Array_nth_Functions|twelfth ]] || | + | | [[Array_nth_Functions|twelfth ]] || || |
|- | |- | ||
| − | | [[Array_nth_Functions|twentieth ]] || | + | | [[Array_nth_Functions|twentieth ]] || || |
|- | |- | ||
| − | | [[Array.twod()|twod ]] || | + | | [[Array.twod()|twod ]] || || |
|- | |- | ||
| − | | [[Array.type()|type ]] || | + | | [[Array.type()|type ]] || || |
|- | |- | ||
| − | | [[Array.uncrosstab()|uncrosstab ]] || UptoColumn | + | | [[Array.uncrosstab()|uncrosstab ]] || UptoColumn || |
|- | |- | ||
| − | | [[Array.unimplode()|unimplode ]] || RecurseTillLevel | + | | [[Array.unimplode()|unimplode ]] || RecurseTillLevel || |
|- | |- | ||
| − | | [[Array.unimplodeleaf()|unimplodeleaf ]] || | + | | [[Array.unimplodeleaf()|unimplodeleaf ]] || || |
|- | |- | ||
| − | | [[Array.unitsof()|unitsof ]] || | + | | [[Array.unitsof()|unitsof ]] || || |
|- | |- | ||
| − | | [[Array.unwrapleaf()|unwrapleaf ]] || | + | | [[Array.unwrapleaf()|unwrapleaf ]] || || |
|- | |- | ||
| − | | [[Array.unzip()|unzip ]] || | + | | [[Array.unzip()|unzip ]] || || |
|- | |- | ||
| − | | [[Array.value()|value ]] || Function | + | | [[Array.value()|value ]] || Function || |
|- | |- | ||
| − | | [[Array.where()|where ]] || Term | + | | [[Array.where()|where ]] || Term || |
|- | |- | ||
| − | | [[Array.withinlimits()|withinlimits ]] || LimitArray, IncludeEdges | + | | [[Array.withinlimits()|withinlimits ]] || LimitArray, IncludeEdges || |
|- | |- | ||
| − | | [[Array.withouttail()|withouttail ]] || | + | | [[Array.withouttail()|withouttail ]] || || |
|- | |- | ||
| − | | [[Array.X$()|X$ ]] || | + | | [[Array.X$()|X$ ]] || || |
|- | |- | ||
| − | | [[Array.x$()|x$ ]] || FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso,DoCentering | + | | [[Array.x$()|x$ ]] || FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso,DoCentering || |
|- | |- | ||
| − | | [[Array.xy()|xy ]] || | + | | [[Array.xy()|xy ]] || || |
|- | |- | ||
| − | | [[Array.xypanel()|xypanel ]] || FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso | + | | [[Array.xypanel()|xypanel ]] || FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso || |
|- | |- | ||
| − | | [[Array.z3()|z3 ]] || | + | | [[Array.z3()|z3 ]] || || |
|- | |- | ||
| − | | [[Array.zero()|zero ]] || ValueInstead, PreserveStructure | + | | [[Array.zero()|zero ]] || ValueInstead, PreserveStructure || |
|- | |- | ||
| − | | [[Array.zip()|zip ]] || OtherArray | + | | [[Array.zip()|zip ]] || OtherArray || |
|- | |- | ||
| − | | [[Array.ZJSON()|ZJSON ]] || | + | | [[Array.ZJSON()|ZJSON ]] || || |
|- | |- | ||
| − | | [[Array.zoompip()|zoompip ]] || | + | | [[Array.zoompip()|zoompip ]] || || |
|} | |} | ||
Revision as of 10:16, 4 February 2020
ARRAY FUNCTIONS
A listing of the Array functions are given below:
Function name Parameter
| Function Name | Parameters | Notes |
|---|---|---|
| $ | Apply functions to each element of array | |
| $$ | ||
| $$$ | ||
| $$F | ||
| $A | Parameter | |
| $C | ||
| $CELLS | ||
| $d | ||
| $diag | ||
| $dth | ||
| $R | ||
| $X | ||
| $x | ||
| $_ | ||
| __$ | ||
| ac | ||
| accumulate | Total | |
| accumulatewith | CumulateFunction, CurrentResult | |
| across | OtherArray, Function | |
| add | Thing | |
| addcolumn | NumberOfColumns | |
| addrow | NumberOfRows | |
| addsequence | InFront, StartFrom, OptionalSequenceArray | |
| adjoint | Array | |
| aggregate | Columns,Function, Params | |
| any | Count | |
| appendfunction | Function | |
| ar | ||
| async | Iterator, CallBack | |
| atindex | ||
| atnode | Function, SubtractByArray, ScaleByArray, DoNotShowIndices | |
| backward | Function, StartValue | |
| bindcolumn | ||
| branch | ||
| branchvalues | ||
| c | ||
| calci | ||
| car | ||
| cartesianproduct | IsWithoutFlatten | |
| cdr | ||
| cell | Row, Column, Width, Height | |
| cells | ||
| checktype | TypeArray, ForceCheckOnVariables | |
| chunks | ChunkSize | |
| ci | ||
| clean | Expression, ReplaceWith | |
| clear | FillWith | |
| clearcopy | FillWith | |
| clearrepeats | ||
| clone | ||
| colconcat | ||
| colcount | ||
| collect | ||
| collectasvector | ||
| collectwhile | ||
| collectwhileasvector | ||
| column | ||
| columnconcat | ||
| columns | ||
| compare | ||
| concatall | LimitArray, IncludeEdges | |
| converge | Function, NumberOfIterations, Accuracy, Converge | |
| copy | ||
| core | ||
| count | FirstLevelOnly | |
| crosstab | RowSet, ColSet,PageSet,DataSet | |
| cube | ||
| cumcolumn | ||
| cumcolumns | ||
| cumcolumnswith | ||
| cumcolumnwith | ||
| cumrow | ||
| cumrows | ||
| cumrowswith | ||
| cumrowwith | ||
| cumulate | ||
| data | ||
| dc | ||
| deal | Within, ManyInEach | |
| deepcopy | ||
| deletecolumn | Where | |
| deleterow | Where | |
| det | Array | |
| determinant | ||
| dim | ||
| div | ||
| divide | ||
| dr | ||
| drop | ||
| dropwhile | ||
| dropwhileasvector | ||
| eighteenth | ||
| eighth | ||
| eleventh | ||
| equal | Array, CheckLength, StartFrom | |
| equalvalues | Array, CheckLength, StartFrom | |
| eval | ||
| except | ||
| exec | ||
| explode | StartIndex, By, RecurseTillLevel | |
| extract | ||
| few | ||
| fifteenth | Function | |
| fifth | ||
| fillwith | ||
| filtermatches | MatchIdenticalMatrix, OnlyMatches | |
| filteroncolumn | Condition, ExtractColumns, FilterOnColumn | |
| filteroncondition | TakeDropOrAllFlag, Function, Parameter | |
| filteronrow | Condition, ExtractColumns, FilterOnColumn | |
| findcellref | Values | |
| first | Count | |
| firstelement | Count | |
| firsthalf | ||
| fixat | Index, Fix | |
| fjoin | HeadLength, JoinString | |
| flatten | ||
| flip | ||
| flipparts | ||
| fold | AtFoldValue, AtReverseFoldValue | |
| foldl | Function, StartSeed | |
| foldr | Function, StartSeed | |
| forward | Function, StartValue | |
| fourteenth | ||
| fourth | ||
| fourths | ||
| funcjoin | HeadLength, FindString, FirstString, MidString, LastString | |
| gettype | ||
| graph | Mode | |
| graphin | ||
| half | ||
| halves | ||
| hderef | Array | |
| head | ||
| headings | ||
| hindex | ||
| hundredth | ||
| i | PreviousArray | |
| ic | ||
| ids | ||
| implode | RecurseTillLevel | |
| inc | ||
| include | ||
| indices | Function, SubtractByArray, ScaleByArray, DoNotShowIndices, RowArray | |
| injoin | JoinWith | |
| insert | Value, AfterLastFlag | |
| insertcolumn | Index, NumberOfColumns | |
| insertrow | Index, NumberOfRows | |
| inverse | Array | |
| ir | ||
| is | Thing, IsNot | |
| is1d | ||
| is2d | ||
| isFalse | ||
| isfalse | ||
| islikelytype | ||
| isnotnull | ||
| isnull | ||
| isTrue | ||
| istrue | ||
| istype | ||
| j | ||
| joincolumnswith | ArrayOfJoinCharacters, IsRepeat | |
| joinrowswith | ArrayOfJoinCharacters, IsRepeat | |
| joinwith | ||
| jq | ||
| keep | ||
| last | Count | |
| lastelement | Count | |
| list | ||
| lookup | ||
| make | ||
| make1to2d | ReplaceOriginal | |
| makecore | ||
| makekeyarray | Recursive | |
| maplist | fun | |
| mapper | Function | |
| maprow | Function | |
| mask | ||
| match | Expression | |
| matchcolumn | Expression, Column | |
| matchindex | Expression, IndexThenFromMatch | |
| matchrow | Expression, Row | |
| matchvalue | Expression, IndexThenFromMatch | |
| merge | OtherArray, Function | |
| mergecolumns | OtherArray | |
| mergeio | ||
| mergerows | ||
| mid | From, Count | |
| millionth | ||
| multiply | ||
| nicejoin | JoinString, EndString, SubArrayString | |
| nineteenth | ||
| nineth | ||
| nodeindex | ||
| notinclude | Item | |
| notwithinlimits | LimitArray, IncludeEdges | |
| nth | Nth, Count | |
| ntimes | Function, NumberOfIterations, Accuracy, Converge | |
| nullifyobjects | Recursive | |
| numbers | ForceCheckOnVariables | |
| o | ||
| objects | ||
| of | ||
| otherthan | ArrayWithElementsToExclude | |
| pack | ||
| pad | Length, PadString | |
| pair | Value, OnRight | |
| pairmatch | AtFoldValue, AtReverseFoldValue, StartFrom | |
| partitiononcondition | TakeDropOrAllFlag, Function, Parameter | |
| parts | NumberOfParts, SpecificPart | |
| pastefolds | MidOnly | |
| pick | StyleString, JoinString | |
| pieces | Width, Function | |
| pip | ||
| pipall | ||
| pipallwithslice | ||
| plot | ||
| prefix | ||
| primitives | ||
| printf | ||
| r | ||
| rand | ||
| random | Base,Numbers | |
| remove | ||
| removeByVal | Value | |
| removeindices | ||
| removewith | ||
| repeatntimes | Function, NumberOfIterations, Accuracy, Converge | |
| replace | ExpressionArrayOrValues, ReplaceWith | |
| replicate | Count | |
| rest | Start, Count | |
| result | ||
| reverselevel | Level | |
| reversepip | ||
| reversesort | Function | |
| ri | ||
| rotate | NumberOfSteps | |
| rotatecolumns | NumberOfSteps | |
| rotaterows | NumberOfSteps | |
| row | ||
| rowconcat | OtherArray | |
| rowcount | ||
| rowlengths | Function | |
| rowpush | OtherArray | |
| rows | ||
| rslice | ||
| second | ||
| secondhalf | ||
| seq | StartIndex, By | |
| set | ||
| setaxis | Axis, ColumnValues | |
| setcolumn | Column, ColumnValues | |
| setheadings | ||
| setrow | Row, Array | |
| setunit | ||
| seventeenth | ||
| seventh | ||
| shiftlevel | Level, NumberOfTimes | |
| shuffle | ||
| sixteenth | ||
| sixth | ||
| size | ||
| size2d | ||
| slices | SliceExpression | |
| slides | ||
| some | ||
| sortrecursively | ||
| sortwith | ||
| specialprint | Trimmed,TabLevel | |
| spliteach | SplitExpression, RetainSplitterAlsoInResult | |
| splitwhile | ||
| splitwhileasvector | ||
| stringlist | ||
| subtract | ||
| suchthat | ||
| suchthatasvector | ||
| suffix | ||
| t | ||
| table | ||
| tablelookup | RowValueMatch, ColumnValueMatch | |
| tail | ||
| takewhile | ||
| takewhileasvector | ||
| tenth | ||
| third | ||
| thirds | ||
| thirteenth | ||
| thousandth | ||
| tofunctions | ||
| toobjectformat | ||
| totree | ||
| transpose | IncludeHeader | |
| truefalse | IsCheckTrueFunctionList, IsCheckFalseFunctionList, DoFlattenFirst | |
| twelfth | ||
| twentieth | ||
| twod | ||
| type | ||
| uncrosstab | UptoColumn | |
| unimplode | RecurseTillLevel | |
| unimplodeleaf | ||
| unitsof | ||
| unwrapleaf | ||
| unzip | ||
| value | Function | |
| where | Term | |
| withinlimits | LimitArray, IncludeEdges | |
| withouttail | ||
| X$ | ||
| x$ | FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso,DoCentering | |
| xy | ||
| xypanel | FunctionArray, OffsetArray, ScaleArray, GiveIndicesAlso | |
| z3 | ||
| zero | ValueInstead, PreserveStructure | |
| zip | OtherArray | |
| ZJSON | ||
| zoompip |