Linear AlgebraFunctionsfloorOn this pagefloor floor(const RealArray arr) -> RealArray Computes the largest integer less than or equal to each element of the RealArray arr element-wise. Parameters arr: The input RealArray.