jax_privacy.matrix_factorization.streaming_matrix
Definition of streamin matrix interface.
Functions
|
An implicit representation of a diagonal matrix. |
|
An implicit representation of the identity matrix. |
|
An implicit representation of the momentum sgd matrix. |
|
Computes the matrix-vector product A x. |
Multiply a StreamingMatrix by another StreamingMatrix. |
|
An implicit representation of the lower triangular matrix of ones. |
|
|
Returns a new StreamingMatrix with scaled rows and/or cols. |
Classes
|
A linear mapping x -> A x for a lower-triangular (streaming) A matrix. |