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

jglm.Veci Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package jglm;

/**
 * @deprecated 
 * @author gbarbieri
 */
public class Veci {

    protected int[] vector;
    protected int order;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy