From: SKoT M. <sko...@us...> - 2002-05-14 21:05:17
|
uid=48785(skotmcdonald) gid=100(users) groups=100(users),10881(musickit),50918(mathkit) MathKit/Framework MathRealMatrix.h,1.6 MathRealMatrix.m,1.5 Tue May 14 14:05:17 PDT 2002 Update of /cvsroot/mathkit/MathKit/Framework In directory usw-pr-cvs1:/tmp/cvs-serv30804 Modified Files: MathRealMatrix.h MathRealMatrix.m Log Message: Added methods det (determinant for matrices up to 3x3 only), checkerboard (TL and BR quads +ve, TR and BL quad -ve), gaussian2DOfSize: (constructor), setAllElementsToValue:, elementAtRow:column:, and diagonalRotate (the contents of the nth column are rotated by n-1 elememts) |