Docs.rs
numeric-0.1.4
numeric 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
gustavla
Dependencies
num ^0.1.29
libc ^0.2.4
lapack ^0.8.1
hdf5-sys ^0.3.2
rand ^0.3.12
blas ^0.9.1
Versions
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
numeric
::
math
Function
numeric
::
math
::
powf
[
−
]
[src]
pub fn powf<T:
NumericTrait
+
Float
>(y: &
Tensor
<T>, x: &
Tensor
<T>) ->
Tensor
<T>