Skip to content
Snippets Groups Projects
Commit b6634940 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Removed unused routine.

parent b4448937
Branches
Tags
No related merge requests found
function [X,w]=stroud_judd_7.5.8.5.8(d)
E = eye(d);
X = cell(2*d,1);
m = 1;
for i=1:d
X{m} = E(:,i);
m = m+1;
X{m} = -E(:,i);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment