Skip to main content

Crate diskann_linalg

Crate diskann_linalg 

Source

Re-exports§

pub use common::Transpose;

Modules§

common

Enums§

MatrixName
Matrix identifier for SGEMM operations.
SgemmError
Error type for SGEMM operations.

Functions§

random_distance_preserving_matrix
Construct a random dim x dim distance preserving matrix.
sgemm
Matrix-matrix multiplication for implicit row-major matrices a and b using the implicit row-major matrix c as the destination.
svd_into
Compute the SVD of the provided matrix implicit row-major matrix data.