Docs.rs
sparse-ir-0.8.0
sparse-ir 0.8.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
mwallerb
shinaoka
Dependencies
blas-sys ^0.7
normal
optional
faer ^0.23
normal
faer-traits ^0.23
normal
libc ^0.2
normal
libm ^0.2
normal
mdarray ^0.7.2
normal
mdarray-linalg ^0.1.2
normal
mdarray-linalg-faer ^0.1.2
normal
nalgebra ^0.33
normal
num-complex ^0.4
normal
num-traits ^0.2
normal
once_cell ^1.19
normal
simba ^0.9
normal
special ^0.2
normal
statrs ^0.16
normal
thiserror ^1.0
normal
xprec ^0.2.2
normal
approx ^0.5
dev
blas-sys ^0.7
dev
cargo-husky ^1.5
dev
dashu-base ^0.4
dev
dashu-float ^0.4
dev
proptest ^1.0
dev
pkg-config ^0.3
build
Versions
89.54%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
compute_logistic_kernel
sparse_
ir
0.8.0
In sparse_
ir::
kernel
sparse_ir
::
kernel
Function
compute_
logistic_
kernel
Copy item path
Source
pub fn compute_logistic_kernel<T:
CustomNumeric
>(lambda:
f64
, x: T, y: T) -> T