Example usage for org.apache.commons.math3.util DoubleArray interface-usage

List of usage examples for org.apache.commons.math3.util DoubleArray interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.util DoubleArray interface-usage.

Usage

From source file org.briljantframework.array.AbstractDoubleArray.java

/**
 * This class provides a skeletal implementation of a double array.
 *
 * @author Isak Karlsson
 */
public abstract class AbstractDoubleArray extends AbstractBaseArray<DoubleArray> implements DoubleArray {