annotate general/numerical/matrix/qform.m @ 29:61921dceded1

More documentation on type system.
author samer
date Sat, 19 Jan 2013 17:56:21 +0000
parents db7f4afd27c5
children
rev   line source
samer@4 1 function z=qform(A,u), z=u'*A*u;
samer@4 2 % qform - Quadratic form: qform(A,x)=x'*A*x
samer@4 3 %
samer@4 4 % qform :: [[N,N]], [[N,T]] -> [[T,T]].