Docs.rs
graphblas_sparse_linear_algebra-0.29.0
graphblas_sparse_linear_algebra 0.29.0
Docs.rs crate page
CC-BY-NC-4.0
Links
Repository
crates.io
Source
Owners
code-sam
Dependencies
graphblas_sparse_linear_algebra_proc_macros ^0.3
normal
once_cell ^1.18
normal
paste ^1.0
normal
rayon ^1.7
normal
suitesparse_graphblas_sys ^0.1
normal
criterion ^0.4
dev
rand ^0.8
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
ReturnsBool
Implementors
In graphblas_sparse_linear_algebra::operators::binary_operator
?
Trait
graphblas_sparse_linear_algebra
::
operators
::
binary_operator
::
ReturnsBool
source
·
[
−
]
pub trait ReturnsBool { }
Implementors
§
source
§
impl
ReturnsBool
for
LogicalAnd
<
bool
>
source
§
impl
ReturnsBool
for
LogicalExclusiveOr
<
bool
>
source
§
impl
ReturnsBool
for
LogicalOr
<
bool
>
source
§
impl<T:
ValueType
>
ReturnsBool
for
IsEqual
<T>
source
§
impl<T:
ValueType
>
ReturnsBool
for
IsGreaterThan
<T>
source
§
impl<T:
ValueType
>
ReturnsBool
for
IsGreaterThanOrEqualTo
<T>
source
§
impl<T:
ValueType
>
ReturnsBool
for
IsLessThan
<T>
source
§
impl<T:
ValueType
>
ReturnsBool
for
IsLessThanOrEqualTo
<T>
source
§
impl<T:
ValueType
>
ReturnsBool
for
IsNotEqual
<T>