Java org.apache.commons.math3.transform TransformUtils fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

double[]scaleArray(double[] f, double d)
Multiply every component in the given real array by the given real number.
Complex[]scaleArray(Complex[] f, double d)
Multiply every component in the given complex array by the given real number.