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

org.solovyev.common.math.matrix.MathMatrix Maven / Gradle / Ivy

The newest version!
package org.solovyev.common.math.matrix;

/**
 * User: serso
 * Date: 3/6/11
 * Time: 11:24 AM
 */
public interface MathMatrix extends Matrix {

	/**
	 * Method multiplies this matrix to another (this matrix - left part, that matrix - right)
	 *
	 * @param that right matrix of multiplication
	 * @return product of two matrices
	 */
	public Matrix multiply(Matrix that);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy