com.expleague.commons.math.vectors.Basis Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
Utilities including math, charsequence based text processing, sequences etc.
package com.expleague.commons.math.vectors;
/**
* User: terry
* Date: 16.01.2010
*/
public interface Basis {
boolean equals(Object o);
int size();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy