Difference between revisions of "ConcatRows"

 
Line 2: Line 2:
 
= ConcatRows(A,I,J,K) =
 
= ConcatRows(A,I,J,K) =
  
= Declaration =
+
= Full Declaration =
  
 
  ConcatRows( A : Array[I,J] ; I,J,K : Index )
 
  ConcatRows( A : Array[I,J] ; I,J,K : Index )

Revision as of 23:02, 2 February 2007

ConcatRows(A,I,J,K)

Full Declaration

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

Description

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.

See Also

Comments


You are not allowed to post comments.