
org.solovyev.common.math.matrix.ArrayMatrix Maven / Gradle / Ivy
package org.solovyev.common.math.matrix;
/**
* User: serso
* Date: 3/6/11
* Time: 11:09 AM
*/
public interface ArrayMatrix extends Matrix {
/**
* @return array that represents matrix
*/
T[] getArray();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy