Package | Description |
---|---|
ucar.ma2 |
Multidimensional arrays of primitives and objects with data stored in memory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static MAMatrix |
MAMatrix.multiply(MAMatrix m1,
MAMatrix m2)
Matrix multiply: return m1 * m2.
|
Copyright © 1999–2016 UCAR/Unidata. All rights reserved.