jax_privacy.matrix_factorization.streaming_matrix.multiply_streaming_matrices
- jax_privacy.matrix_factorization.streaming_matrix.multiply_streaming_matrices(A, B)[source]
Multiply a StreamingMatrix by another StreamingMatrix.
- Parameters:
A (
StreamingMatrix) – The left hand side matrixB (
StreamingMatrix) – The right hand side matrix
- Return type:
- Returns:
A B, represented as another StreamingMatrix.