Docs.rs
nalgebra-0.16.14
nalgebra 0.16.14
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
sebcrozet
milibopp
Dependencies
abomonation ^0.5
normal
alga ^0.7
normal
approx ^0.3
normal
generic-array ^0.11
normal
matrixmultiply ^0.1
normal
mint ^0.5
normal
num-complex ^0.2
normal
num-traits ^0.2
normal
quickcheck ^0.6
normal
rand ^0.5
normal
serde ^1.0
normal
serde_derive ^1.0
normal
typenum ^1.10
normal
serde_json ^1.0
dev
Versions
Go to latest version
Platform
i686-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
nalgebra
[
−
]
[src]
Function
nalgebra
::
inf
pub fn inf<T:
MeetSemilattice
>(a:
&
T, b:
&
T) -> T
Returns the infimum of
a
and
b
.