termo.matrix.Matrix2x2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of materia Show documentation
Show all versions of materia Show documentation
Thermodynamics properties and
equilibria calculations for
chemical engineering.
package termo.matrix;
/**
*
* @author Hugo
*/
public class Matrix2x2 extends Matrix{
public Matrix2x2(double[][] matrix){
super(matrix);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy