Docs.rs
  • computation-types-0.0.0
    • computation-types 0.0.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • justinlovinger
    • Dependencies
      • downcast-rs ^1.2.1 normal
      • ndarray ^0.15.6 normal
      • num-traits ^0.2.16 normal
      • paste ^1.0.14 normal
      • rand ^0.8.5 normal
      • thiserror ^1.0.47 normal
      • proptest ^1.2.0 dev
      • test-strategy ^0.3.1 dev
    • Versions
    • 9.9% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

computation_types0.0.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Function
  • NamedArgs
  • Names
  • arg::Arg
  • black_box::BlackBox
  • cmp::Eq
  • cmp::Ge
  • cmp::Gt
  • cmp::Le
  • cmp::Lt
  • cmp::Max
  • cmp::Ne
  • cmp::Not
  • control_flow::If
  • control_flow::LoopWhile
  • control_flow::Then
  • enumerate::Enumerate
  • len::Len
  • linalg::FromDiagElem
  • linalg::IdentityMatrix
  • linalg::MatMul
  • linalg::MulCol
  • linalg::MulOut
  • math::Abs
  • math::Acos
  • math::Add
  • math::Asin
  • math::Atan
  • math::Cos
  • math::Div
  • math::Mul
  • math::Neg
  • math::Pow
  • math::Sin
  • math::Sub
  • math::Tan
  • peano::Suc
  • peano::Zero
  • rand::Rand
  • rand::SeededRand
  • run::Matrix
  • sum::Sum
  • val::Val
  • zip::Fst
  • zip::Snd
  • zip::Zip
  • zip::Zip10
  • zip::Zip11
  • zip::Zip12
  • zip::Zip13
  • zip::Zip14
  • zip::Zip15
  • zip::Zip16
  • zip::Zip3
  • zip::Zip4
  • zip::Zip5
  • zip::Zip6
  • zip::Zip7
  • zip::Zip8
  • zip::Zip9

Enums

  • PartitionErr
  • PopErr

Traits

  • AnyArg
  • Computation
  • ComputationFn
  • math::SameOrZero
  • peano::Add
  • peano::Max
  • run::Collect
  • run::IntoVec
  • run::Run
  • run::RunCore

Macros

  • arg
  • arg1
  • arg2
  • impl_computation_fn_for_binary
  • impl_computation_fn_for_unary
  • impl_core_ops
  • impl_display_for_inline_binary
  • named_args
  • names
  • val
  • val1
  • val2

Functions

  • linalg::scalar_product

Type Aliases

  • Name
  • arg::Arg0
  • arg::Arg1
  • arg::Arg2
  • linalg::ScalarProduct
  • peano::One
  • peano::Two
  • val::Val0
  • val::Val1
  • val::Val2