Linear AlgebraFunctionsceilOn this pageceil ceil(const RealArray arr) -> RealArray Computes the smallest integer greater than or equal to each element of the RealArray arr element-wise. Parameters arr: The input RealArray.