Docs.rs
ceres-solver-0.1.2-beta.1
ceres-solver 0.1.2-beta.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
hombit
Dependencies
ceres-solver-sys ^0.1.0
normal
approx ^0.5
dev
rand ^0.8
dev
rand_chacha ^0.3
dev
rand_distr ^0.4
dev
Versions
68.24%
of the crate is documented
Go to latest stable release
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
LossFunctionType
In ceres_solver::loss
?
Type Definition
ceres_solver
::
loss
::
LossFunctionType
source
·
[
−
]
pub type LossFunctionType =
Box
<dyn
Fn
(
f64
, &mut [
f64
;
3
])>;