Re-exports§
pub use common::Transpose;
Modules§
Enums§
- Matrix
Name - Matrix identifier for SGEMM operations.
- Sgemm
Error - Error type for SGEMM operations.
Functions§
- random_
distance_ preserving_ matrix - Construct a random
dim x dimdistance preserving matrix. - sgemm
- Matrix-matrix multiplication for implicit row-major matrices
aandbusing the implicit row-major matrixcas the destination. - svd_
into - Compute the SVD of the provided matrix implicit row-major matrix
data.