Skip to content

Commit

Permalink
Merge commit '4ad69be5f412c6b93075fc3ed7c2418e32a05cc3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezander committed Oct 22, 2018
2 parents be8353a + 7456feb commit da0ee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpc/gpc_evaluate.m
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
y_alpha_j = gpcbasis_evaluate(V_a, xi);

% multiply with gpc coefficients
% N x M : (N x M) * (M x k)
% N x k : (N x M) * (M x k)
a_i_j = a_i_alpha * y_alpha_j;

0 comments on commit da0ee81

Please sign in to comment.