Skip to main content

concatenate_rows

Overloads

NameDescription
concatenate_rows(const List<BoolArray> arrays) -> BoolArrayCreates a BoolArray by concatenating several BoolArray along the row dimension (i.e. vertically). The number of columns must be the same for all inputs BoolArray.
concatenate_rows(const List<ComplexArray> arrays) -> ComplexArrayCreates a ComplexArray by concatenating several ComplexArray along the row dimension (i.e. vertically). The number of columns must be the same for all inputs ComplexArray.
concatenate_rows(const List<RealArray> arrays) -> RealArrayCreates a RealArray by concatenating several RealArray along the row dimension (i.e. vertically). The number of columns must be the same for all inputs RealArray.
concatenate_rows(const List<RealMatrix> arrays) -> RealMatrixCreates a RealMatrix by concatenating several RealMatrix along the row dimension (i.e. vertically). The number of columns must be the same for all inputs RealMatrix.
concatenate_rows(const List<IntegerArray> arrays) -> IntegerArrayCreates a IntegerArray by concatenating several IntegerArray along the row dimension (i.e. vertically). The number of columns must be the same for all inputs IntegerArray.
concatenate_rows(const List<ComplexMatrix> arrays) -> ComplexMatrixCreates a ComplexMatrix by concatenating several ComplexMatrix along the row dimension (i.e. vertically). The number of columns must be the same for all inputs ComplexMatrix.

concatenate_rows(const List<BoolArray> arrays) -> BoolArray

Creates a BoolArray by concatenating several BoolArray along the row dimension (i.e. vertically). The number of columns must be the same for all inputs BoolArray.

Parameters

concatenate_rows(const List<ComplexArray> arrays) -> ComplexArray

Creates a ComplexArray by concatenating several ComplexArray along the row dimension (i.e. vertically). The number of columns must be the same for all inputs ComplexArray.

Parameters

concatenate_rows(const List<RealArray> arrays) -> RealArray

Creates a RealArray by concatenating several RealArray along the row dimension (i.e. vertically). The number of columns must be the same for all inputs RealArray.

Parameters

concatenate_rows(const List<RealMatrix> arrays) -> RealMatrix

Creates a RealMatrix by concatenating several RealMatrix along the row dimension (i.e. vertically). The number of columns must be the same for all inputs RealMatrix.

Parameters

concatenate_rows(const List<IntegerArray> arrays) -> IntegerArray

Creates a IntegerArray by concatenating several IntegerArray along the row dimension (i.e. vertically). The number of columns must be the same for all inputs IntegerArray.

Parameters

concatenate_rows(const List<ComplexMatrix> arrays) -> ComplexMatrix

Creates a ComplexMatrix by concatenating several ComplexMatrix along the row dimension (i.e. vertically). The number of columns must be the same for all inputs ComplexMatrix.

Parameters