Docs.rs
blas-array2-0.3.0
blas-array2 0.3.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ajz34
Dependencies
derive_builder ^0.20
normal
ndarray ^0.15
normal
num-complex ^0.4
normal
num-traits ^0.2
normal
approx ^0.5
dev
cblas-sys ^0.1
dev
itertools ^0.13
dev
rand ^0.8
dev
Versions
6.86%
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
blas_
array2
0.3.0
ASUM
Aliased Type
Methods
run
In blas_
array2::
blas1::
asum
blas_array2
::
blas1
::
asum
Type Alias
ASUM
Copy item path
Source
pub type ASUM<'x, F> =
ASUM_Builder
<'x, F>;
Aliased Type
§
struct ASUM<'x, F> {
/* private fields */
}
Implementations
§
Source
§
impl<'x, F>
ASUM
<'x, F>
where F:
ASUMNum
,
Source
pub fn
run
(self) ->
Result
<F::
RealFloat
,
BLASError
>