| 程序包 | 说明 |
|---|---|
| org.meteoinfo.ndarray |
Multidimensional arrays of primitives and objects with data stored in memory.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
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.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static MAMatrix |
MAMatrix.multiply(MAMatrix m1,
MAMatrix m2) |
Matrix multiply: return m1 * m2.
|
Copyright © 2019. All rights reserved.