Skip to content

Commit

Permalink
minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
andylamp authored Jul 13, 2020
1 parent 8eb2a27 commit 926e9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssvdr.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function [U, S, V] = ssvdr(Y, r, params)
%SSVDR Streaming r-truncated SVD.
%
% This can be a direct replacement to svds albeir much faster and almost
% This can be a direct replacement to svds albeit much faster and almost
% equivalent in terms of performance.
%
% Based on work of Grammenos et al.: https://arxiv.org/abs/1907.08059
Expand Down

0 comments on commit 926e9fa

Please sign in to comment.