Uses of Class
ucar.ma2.MAMatrix

Packages that use MAMatrix
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
 

Uses of MAMatrix in ucar.ma2
 

Methods in ucar.ma2 that return MAMatrix
 MAMatrix MAMatrix.copy()
          Create a new MAMatrix that is the same as this one, with a copy of the backing store.
static MAMatrix MAMatrix.multiply(MAMatrix m1, MAMatrix m2)
          Matrix multiply: return m1 * m2.
 MAMatrix MAMatrix.transpose()
          Create a MAMatrix that is the transpose of this one, with the same backing store.
 

Methods in ucar.ma2 with parameters of type MAMatrix
static MAMatrix MAMatrix.multiply(MAMatrix m1, MAMatrix m2)
          Matrix multiply: return m1 * m2.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.