Example usage for org.apache.commons.math3.linear AbstractRealMatrix subclass-usage

List of usage examples for org.apache.commons.math3.linear AbstractRealMatrix subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.linear AbstractRealMatrix subclass-usage.

Usage

From source file com.datumbox.framework.core.common.dataobjects.MapRealMatrix.java

/**
 * The MapRealMatrix class is a RealMatrix implementation which stores the data in a Map.
 *
 * @author Vasilis Vryniotis <bbriniotis@datumbox.com>
 */
public class MapRealMatrix extends AbstractRealMatrix implements SparseRealMatrix {

From source file lirmm.inria.fr.math.BigSparseRealMatrix.java

/**
 * Sparse matrix implementation based on an open addressed map.
 *
 * <p>
 * Caveat: This implementation assumes that, for any {@code x}, the equality
 * {@code x * 0d == 0d} holds. But it is is not true for {@code NaN}. Moreover,

From source file us.levk.math.linear.HugeRealMatrix.java

/**
 * Real matrix backed by RandomAccessFile storage.
 * <p>
 * This will create temporary files for storage of the matrix in folder defined
 * by system property us.levk.math.linear.tmpdir, failing to find that will
 * default to java.io.tmpdir system property. Files will be named after

From source file org.knime.knip.core.util.ImgBasedRealMatrix.java

/**
 * TODO Auto-generated
 * 
 * @author <a href="mailto:dietzc85@googlemail.com">Christian Dietz</a>
 * @author <a href="mailto:horn_martin@gmx.de">Martin Horn</a>
 * @author <a href="mailto:michael.zinsmaier@googlemail.com">Michael Zinsmaier</a>