Example usage for org.apache.commons.math3 Field interface-usage

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

Introduction

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

Usage

From source file cc.redberry.core.number.ComplexField.java

/**
 *
 * @author Stanislav Poslavsky
 */
public class ComplexField implements Field<Complex>, Serializable {
    private ComplexField() {

From source file cc.redberry.core.number.RealField.java

/**
 *
 * @author Stanislav Poslavsky
 */
public class RealField implements Field<Real>, Serializable {
    private RealField() {