Example usage for org.apache.commons.math3.complex ComplexField getInstance

List of usage examples for org.apache.commons.math3.complex ComplexField getInstance

Introduction

In this page you can find the example usage for org.apache.commons.math3.complex ComplexField getInstance.

Prototype

public static ComplexField getInstance() 

Source Link

Document

Get the unique instance.

Usage

From source file:org.matheclipse.commons.parser.client.eval.ComplexEvaluator.java

@Override
public Field<Complex> getField() {
    return ComplexField.getInstance();
}