Mercurial > repos > public > sbplib
view +grid/funcToMatrix.m @ 165:5dad3b754c18 feature/grids
Made reshape KronVector more general. Updated name and tests.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 23 Feb 2016 10:31:19 +0100 |
parents | 51aaf67a7df5 |
children | 7cb97c1988d9 |
line wrap: on
line source
% Converts a gridfunction to a matrix % Takes a grid function and and a structured grid. function F = funcToMatrix(g, gf) reshapeKronVector(gf, g.size()); end