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

edu.ufl.cise.klu.common.KLU_user_order Maven / Gradle / Ivy

package edu.ufl.cise.klu.common;

public interface KLU_user_order {

	double order(int nk, int[] Cp, int[] Ci, int[] Pblk, KLU_common Common);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy