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

termo.matrix.Matrix2x2 Maven / Gradle / Ivy

Go to download

Thermodynamics properties and equilibria calculations for chemical engineering.

There is a newer version: 3.5
Show newest version
package termo.matrix;

/**
 *
 * @author Hugo
 */
public class Matrix2x2 extends Matrix{
    
    public Matrix2x2(double[][] matrix){
        super(matrix);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy