Function na::inf [−][src]
pub fn inf<N, R, C>(
a: &Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>,
b: &Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer>
) -> Matrix<N, R, C, <DefaultAllocator as Allocator<N, R, C>>::Buffer> where
C: Dim,
N: Scalar + SimdPartialOrd,
R: Dim,
DefaultAllocator: Allocator<N, R, C>,
👎 Deprecated:
use the inherent method Matrix::inf
instead
Returns the infimum of a
and b
.