blas-array2 0.3.0

Parameter-optional BLAS wrapper by ndarray::Array (Ix1 or Ix2).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod gemm;
pub mod hemm;
pub mod her2k;
pub mod herk;
pub mod symm;
pub mod syr2k;
pub mod syrk;
pub mod trmm;
pub mod trsm;

#[cfg(feature = "gemmt")]
#[cfg_attr(docsrs, doc(cfg(feature = "gemmt")))]
pub mod gemmt;