implicit object scalar extends Field[Complex]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scalar
- Field
- Ring
- Semiring
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def !=(a: Complex, b: Complex): Boolean
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def %(a: Complex, b: Complex): Complex
- def *(a: Complex, b: Complex): Complex
- def +(a: Complex, b: Complex): Complex
- def -(a: Complex, b: Complex): Complex
- def /(a: Complex, b: Complex): Complex
- def <(a: Complex, b: Complex): Boolean
- def <=(a: Complex, b: Complex): Boolean
- def ==(a: Complex, b: Complex): Boolean
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(a: Complex, b: Complex): Boolean
- def >=(a: Complex, b: Complex): Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def close(a: Complex, b: Complex, tolerance: Double): Boolean
- val defaultArrayValue: Zero[Complex]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
inverse(a: Complex): Complex
- Definition Classes
- Field
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNaN(a: Complex): Boolean
- val manifest: ClassTag[Complex]
- def nan: Complex
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
negate(s: Complex): Complex
- Definition Classes
- Ring
- implicit val normImpl: linalg.norm.Impl[Complex, Double]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def one: Complex
- def pow(a: Complex, b: Complex): Complex
-
def
sNorm(a: Complex): Double
- Definition Classes
- Ring
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toDouble(a: Complex): Nothing
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def zero: Complex