Re: Need n dimensional matrix



JAMA is designed to be a general-purpose user-level linear algebra
package.  While we recognize the need for specialized operations
for a number of application areas, we believe that these should be
placed in special-purpose classes designed for the particular
application area.

The package javax.vecmath contains specialized methods for manipulating
2x2, 3x3 and 4x4 matrices.  These were developed along with Java3D,
and should be ideal for your needs.

Ron Boisvert

Steve Bement wrote:
> 
> If jama is going to become the standard java matrix class, it should be enhanced
> to do more the 2 dimensional matrices.
> 
> In the development of computer graphics applications, 1 to 4 dimensional
> matrices are common.  We have a class now (in C++) that handles this.  It is
> also common to multiply a one-dimensional matrix with a two-dimensional matrix.
> The multiply operation should handle this.
> 
> Thanks,
> 
> --
> ||  Steve Bement, 253-657-3321
> ||  CAD-CAE-CAM Development
> ||  Boeing Phantom Works



Date Index | Thread Index | Problems or questions? Contact list-master@nist.gov