Stefan Bidigaray wrote: > One thing I found very strange though was that NSMatrix doesn't exist > under Foundation, it's actually in AppKit. The first thing I learn in > my science/math classes was that an array is just a special kind of > matrix, yet NSArray exists under Foundation. Just something I noticed > when I was going through the libraries last night. >
NSMatrix is not an implementation of the mathematical concept it is a user interface control that allows you to have multiple cells at a time organized in a grid. _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
