org.carrot2.mahout.math.matrix.impl.AbstractMatrix Maven / Gradle / Ivy
/* Imported from Mahout. */package org.carrot2.mahout.math.matrix.impl;
public abstract class AbstractMatrix {
protected boolean isNoView = true;
protected AbstractMatrix() {
}
public void ensureCapacity(int minNonZeros) {
}
public abstract int size();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy