Docs.rs
opt-einsum-path-0.2.0
opt-einsum-path 0.2.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ajz34
Dependencies
duplicate ^2.0
normal
itertools ^0.14
normal
lazy_static ^1.5
normal
num ^0.4
normal
rand ^0.9
normal
rayon ^1.11
normal
optional
rstest ^0.26
dev
Versions
31.98%
of the crate is documented
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
PathType
opt_
einsum_
path
0.2.0
Path
Type
Aliased Type
Trait Implementations
PathOptimizer
In opt_
einsum_
path::
typing
opt_einsum_path
::
typing
Type Alias
Path
Type
Copy item path
Source
pub type PathType =
Vec
<
Vec
<
usize
>>;
Aliased Type
§
pub struct PathType {
/* private fields */
}
Trait Implementations
§
Source
§
impl
PathOptimizer
for
PathType
Source
§
fn
optimize_path
( &mut self, inputs: &[&
ArrayIndexType
], _output: &
ArrayIndexType
, _size_dict: &
SizeDictType
, _memory_limit:
Option
<
SizeType
>, ) ->
Result
<
PathType
,
String
>