Example usage for org.apache.commons.math.linear RealMatrix interface-usage

List of usage examples for org.apache.commons.math.linear RealMatrix interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math.linear RealMatrix interface-usage.

Usage

From source file org.coode.proximitymatrix.ProximityMatrix.java

public interface ProximityMatrix<O> extends RealMatrix {
    Set<O> getObjects();

    public Pair<O> getMinimumDistancePair();

    public double getMinimumDistance();