comparison scripts/ChangeLog @ 7616:fb4fa07bc364

more checks for subspace
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 20 Mar 2008 12:06:07 -0400
parents 25eacc0c2706
children 9dca8b03dfe8
comparison
equal deleted inserted replaced
7615:25eacc0c2706 7616:fb4fa07bc364
4 4
5 * general/circshift.m: If matrix is empty fast return. 5 * general/circshift.m: If matrix is empty fast return.
6 6
7 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain> 7 2008-03-20 Jaroslav Hajek <highegg@localhost.localdomain>
8 8
9 * linear-algebra/subspace.m: Check number of arguments and number 9 * linear-algebra/subspace.m: Check number of arguments, number
10 of dimensions of arguments. 10 of dimensions of arguments and matching dimensions.
11 11
12 2008-03-19 Jaroslav Hajek <highegg@gmail.com> 12 2008-03-19 Jaroslav Hajek <highegg@gmail.com>
13 13
14 * linear-algebra/subspace.m: New function. 14 * linear-algebra/subspace.m: New function.
15 15