Example usage for org.apache.commons.math3.linear SparseRealMatrix interface-usage

List of usage examples for org.apache.commons.math3.linear SparseRealMatrix interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.linear SparseRealMatrix interface-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,