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

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

Introduction

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

Usage

From source file com.cloudera.oryx.common.math.OpenMapRealVector.java

/**
 * Rescued from Commons Math 3.2.
 */
public final class OpenMapRealVector extends SparseRealVector implements Serializable {

    /** Default Tolerance for having a value considered zero. */