You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
Is there a function in Base to generate a sparse block-diagonal matrix from the diagonal blocks which themselves are stored as SparseMatrixCSC objects? I thought I should ask before reinventing the wheel.
Tony Kelman
unread,
Jun 5, 2014, 1:15:06 AM6/5/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
I added blkdiag() for sparse matrices a few months back (was the first thing I did when I started using Julia). Let me know if it doesn't do what you're looking for.