object Cubed extends Op with Product with Serializable
- Alphabetic
- By Inheritance
- Cubed
- Serializable
- Serializable
- Product
- Equals
- Op
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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): Unit
Transfers 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 frominand written tooutis twicelen!
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final val id: Int(13)
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
make(a: GE): GE
- 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )