类的使用
org.meteoinfo.ndarray.MAMatrix
-
使用MAMatrix的程序包 程序包 说明 org.meteoinfo.ndarray Multidimensional arrays of primitives and objects with data stored in memory. -
-
org.meteoinfo.ndarray中MAMatrix的使用
返回MAMatrix的org.meteoinfo.ndarray中的方法 修饰符和类型 方法 说明 MAMatrixMAMatrix. copy()Create a new MAMatrix that is the same as this one, with a copy of the backing store.static MAMatrixMAMatrix. multiply(MAMatrix m1, MAMatrix m2)Matrix multiply: return m1 * m2.MAMatrixMAMatrix. transpose()Create a MAMatrix that is the transpose of this one, with the same backing store.参数类型为MAMatrix的org.meteoinfo.ndarray中的方法 修饰符和类型 方法 说明 static MAMatrixMAMatrix. multiply(MAMatrix m1, MAMatrix m2)Matrix multiply: return m1 * m2.
-