Java org.apache.commons.math3.complex ComplexUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.complex ComplexUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.complex ComplexUtils.

The text is from its open source code.

Method

Complex[]convertToComplex(double[] real)
Convert an array of primitive doubles to an array of Complex objects.
Complexpolar2Complex(double r, double theta)
Creates a complex number from the given polar representation.