concat

Function concat 

Source
pub fn concat<T: Num, R: Repr<Item = T>, S: DimTrait, D: Device>(
    matrix: &[Matrix<R, S, D>],
) -> Matrix<Owned<T>, DimDyn, D>
Expand description

Matrix concatenation

§Arguments

  • matrix - A slice of matrices to concatenate

§Panics

  • If the matrices do not have the same shape
  • If the matrices are 4D