All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zhao.algorithmMagic.operands.matrix.block.SpaceTransformation Maven / Gradle / Ivy

There is a newer version: 1.42
Show newest version
package zhao.algorithmMagic.operands.matrix.block;

import zhao.algorithmMagic.utils.transformation.Transformation;

/**
 * 空间转换函数接口,此接口具有直接修改原矩阵的能力,因此不能够被外界轻易的实例化。
 * 

* The space conversion function interface has the ability to directly modify the original matrix, so it cannot be easily instantiated by the outside world. * * @param 数据输入数据类型,其代表lambda形参位置的数据类型。 *

* Data input data type, which represents the data type of lambda formal parameter position. * @param 数据输出数据类型,其代表lambda函数返回的数据类型。 *

* Data output data type, which represents the data type returned by lambda function. */ interface SpaceTransformation extends Transformation { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy