Docs.rs
  • tensorgraph-math-0.1.11
    • tensorgraph-math 0.1.11
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • conradludgate
    • Dependencies
      • blas-src ^0.8 normal
      • blas-sys ^0.7 normal optional
      • num-traits ^0.2 normal
      • rcublas-sys ^0.5.0 normal optional
      • smallvec ^1.7 normal optional
      • tensorgraph-sys =0.1.11 normal
      • approx ^0.5.0 dev
      • criterion ^0.3 dev
    • Versions
    • 77.78% 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

tensorgraph_math0.1.11

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • tensor::Tensor

Enums

  • blas::MatrixOp

Traits

  • blas::BLAS
  • blas::BLAS1
  • blas::BLAS2
  • blas::BLAS3
  • blas::BLASContext
  • blas::DefaultBLASContext
  • dims::Dimension
  • dims::InsertDim
  • dims::RemoveDim
  • storage::IntoOwned
  • storage::Storage
  • storage::StorageMut

Functions

  • tensor::axpy_ctx
  • tensor::gemm
  • tensor::gemm_ctx
  • tensor::gemm_uninit
  • tensor::gemm_uninit_ctx
  • tensor::gemv
  • tensor::gemv_ctx
  • tensor::gemv_uninit
  • tensor::gemv_uninit_ctx
  • tensor::scal_ctx

Type Aliases

  • tensor::Matrix
  • tensor::MatrixView
  • tensor::MatrixViewMut
  • tensor::Slice
  • tensor::TensorView
  • tensor::TensorViewMut
  • tensor::UninitMatrix
  • tensor::UninitTensor
  • tensor::UninitVector
  • tensor::Vector
  • tensor::VectorView
  • tensor::VectorViewMut
  • tensor::ViewOf