Permalink
Browse files

Added copyright message

  • Loading branch information...
1 parent 5c1810a commit 10c98398a4615c4dd4d10526fa978481a051b3a9 David committed May 16, 2009
Showing with 6 additions and 0 deletions.
  1. +6 −0 convert_sparse.m
View
@@ -10,6 +10,12 @@
%
% See also SPARSE_TO_CSR SPARSE
+% David Gleich
+% Copyright, Stanford University, 2008-2009
+
+% History
+% 2009-04-29: Initial coding
+
[rp ci ai] = sparse_to_csr(A);
As.rp = rp;
As.ci = ci;

0 comments on commit 10c9839

Please sign in to comment.