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
SGER
Aliased Type
In blas_
array2::
blas2::
ger
blas_array2
::
blas2
::
ger
Type Alias
SGER
Copy item path
Source
pub type SGER<'x, 'y, 'a> =
GER
<'x, 'y, 'a,
f32
>;
Aliased Type
ยง
struct SGER<'x, 'y, 'a> {
/* private fields */
}