Difference between revisions of "ConcatRows"

Line 1: Line 1:
 
[[category:Array Flattening Functions]]
 
[[category:Array Flattening Functions]]
= ConcatRows(A,I,J,K) =
+
= ConcatRows( A : Array[I,J] ; I,J,K : Index ) =
  
= Full Declaration =
+
Takes an array, ''A'' indexed by ''I'' and ''J'', and concatenates each row, henceforth flattening the array by one dimension. The result is indexed by ResultIndex, which must be an index with [[size]](I) * [[size]](J) elements.
  
ConcatRows( A : Array[I,J] ; I,J,K : Index )
+
= Library =
  
= Description =
+
Concatenation.ana
  
Takes an array, ''A'' indexed by ''I'' and ''J'', and concatenates each row, henceforth flattening the array by one dimension. The result is indexed by ResultIndex, which must be an index with [[size]](I) * [[size]](J) elements.
+
(to use this function, you must add the library to your model)
  
 
= See Also =
 
= See Also =

Revision as of 23:03, 2 February 2007

ConcatRows( A : Array[I,J] ; I,J,K : Index )

Takes an array, A indexed by I and J, and concatenates each row, henceforth flattening the array by one dimension. The result is indexed by ResultIndex, which must be an index with size(I) * size(J) elements.

Library

Concatenation.ana

(to use this function, you must add the library to your model)

See Also

Comments


You are not allowed to post comments.