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

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

Introduction

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

Usage

From source file syncleus.dann.data.matrix.Matrix.java

public interface Matrix<M extends Matrix<? extends M, ? extends F>, F extends FieldElement<? extends F>> // extends
        extends AnyMatrix

// Algebraic<F>
{
    syncleus.dann.math.Field<F> getElementField();