package info.kalendra.matrixOps; import info.kalendra.matrix.Matrix; public interface MatrixOperations { public Matrix sum(Matrix x, Matrix y); }