Docs.rs
  • graphblas_sparse_linear_algebra-0.44.0
    • graphblas_sparse_linear_algebra 0.44.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.8 normal
      • suitesparse_graphblas_sys ^0.2 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

graphblas_sparse_linear_algebra0.44.0

WithTransposeMatrixArgument

Required Methods

  • with_negated_transpose_matrix_argument
  • with_transpose_matrix_argument

Object Safety

Implementors

In graphblas_sparse_linear_algebra::operators::options

?
Change settings

Trait graphblas_sparse_linear_algebra::operators::options::WithTransposeMatrixArgument

source ·
pub trait WithTransposeMatrixArgument {
    // Required methods
    fn with_negated_transpose_matrix_argument(&self) -> Self;
    fn with_transpose_matrix_argument(
        &self,
        transpose_matrix_argument: bool
    ) -> Self;
}

Required Methods§

source

fn with_negated_transpose_matrix_argument(&self) -> Self

source

fn with_transpose_matrix_argument( &self, transpose_matrix_argument: bool ) -> Self

Object Safety§

This trait is not object safe.

Implementors§

source§

impl WithTransposeMatrixArgument for OptionsForOperatorWithMatrixArgument

source§

impl WithTransposeMatrixArgument for OptionsForOperatorWithMatrixAsFirstArgument

source§

impl WithTransposeMatrixArgument for OptionsForOperatorWithMatrixAsSecondArgument