Mercurial > repos > public > sbplib
diff reshapeKronVector.m @ 163:51aaf67a7df5 feature/grids
Fixed naming and added functions for converting vectors to matrices for structured grid.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 22 Feb 2016 13:55:19 +0100 |
parents | c75c03f692b3 |
children |
line wrap: on
line diff
--- a/reshapeKronVector.m Mon Feb 22 13:34:50 2016 +0100 +++ b/reshapeKronVector.m Mon Feb 22 13:55:19 2016 +0100 @@ -1,6 +1,5 @@ % Takes a grid function and reshapes it into a matrix of shape m. -% Called by class methods. -function F = funcToMatrix(gf, m) +function F = reshapeKronVector(gf, m) D = length(m); if D == 1