Docs.rs
nalgebra-0.15.0
nalgebra 0.15.0
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
sebcrozet
milibopp
Dependencies
abomonation ^0.4
alga ^0.6
approx ^0.2
generic-array ^0.11
matrixmultiply ^0.1
mint ^0.5
num-complex ^0.2
num-traits ^0.2
quickcheck ^0.4
rand ^0.5
serde ^1.0
serde_derive ^1.0
typenum ^1.10
serde_json ^1.0
Versions
Go to latest version
Platform
i686-apple-darwin
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
Function
nalgebra
::
inf
[
−
]
[src]
pub fn inf<T:
MeetSemilattice
>(a:
&
T, b:
&
T) -> T
Returns the infimum of
a
and
b
.