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

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

Introduction

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

Usage

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

/**
 * Dummy implementation of {@link RealVectorPreservingVisitor} which implements its methods with no-ops.
 *
 * @author Sean Owen
 */
public abstract class AbstractRealVectorPreservingVisitor implements RealVectorPreservingVisitor {