case object Exp extends ComplexOutput with Product with Serializable
- Alphabetic
- By Inheritance
- Exp
- Serializable
- Product
- Equals
- ComplexOutput
- Op
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-    def apply(in: Array[Double], inOff: Int, out: Array[Double], outOff: Int, len: Int): UnitTransfers values from an input buffer to an output buffer, applying the operator. Transfers values from an input buffer to an output buffer, applying the operator. - in
- the buffer to read from, assuming interleaved re, im data 
- inOff
- the index into - in. this is a direct array index, not a logical index which must be multiplied by two!
- out
- the buffer to read from, assuming interleaved re, im data 
- outOff
- the index into - out. this is a direct array index, not a logical index which must be multiplied by two!
- len
- logical length of the operation, that is the number of complex numbers to transfer. the number of - Doublevalues read from- inand written to- outis twice- len!
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-  final val id: Int(15)
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-   final  def make(a: D): D- Definition Classes
- Op
 
-    def name: String- Definition Classes
- Op
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def productElementName(n: Int): String- Definition Classes
- Product
 
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-   final  val realOutput: Boolean(false)If the operator outputs real values or complex values. If the operator outputs real values or complex values. In the former case, applyadvancesoutbylenframes, in the latter case, it advances bylen * 2frames.- Definition Classes
- ComplexOutput → Op
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated