case class SinVector(x: VectorExpression) extends VectorExpression with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SinVector
- Serializable
- Serializable
- Product
- Equals
- VectorExpression
- AnyRef
- Any
Implicitly
- by vectorExpression2Array
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SinVector(x: VectorExpression)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
*(b: Double): VectorMulValue
- Definition Classes
- VectorExpression
-
def
*(b: VectorExpression): VectorMulVector
- Definition Classes
- VectorExpression
-
def
+(b: Double): VectorAddValue
- Definition Classes
- VectorExpression
-
def
+(b: VectorExpression): VectorAddVector
- Definition Classes
- VectorExpression
-
def
-(b: Double): VectorSubValue
- Definition Classes
- VectorExpression
-
def
-(b: VectorExpression): VectorSubVector
- Definition Classes
- VectorExpression
- def ->[B](y: B): (SinVector, B)
-
def
/(b: Double): VectorDivValue
- Definition Classes
- VectorExpression
-
def
/(b: VectorExpression): VectorDivVector
- Definition Classes
- VectorExpression
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(i: Int): Double
- Definition Classes
- SinVector → VectorExpression
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def ensuring(cond: (SinVector) ⇒ Boolean, msg: ⇒ Any): SinVector
- def ensuring(cond: (SinVector) ⇒ Boolean): SinVector
- def ensuring(cond: Boolean, msg: ⇒ Any): SinVector
- def ensuring(cond: Boolean): SinVector
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
length: Int
- Definition Classes
- SinVector → VectorExpression
-
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
-
lazy val
toArray: Array[Double]
- Definition Classes
- SinVector → VectorExpression
-
def
toString(): String
- Definition Classes
- VectorExpression → AnyRef → Any
-
def
update(i: Int, x: Double): Unit
- Implicit
- This member is added by an implicit conversion from SinVector to Array[Double] performed by method vectorExpression2Array in smile.math.
- Definition Classes
- Array
-
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
- @throws( ... ) @native()
- val x: VectorExpression
- def →[B](y: B): (SinVector, B)
Shadowed Implicit Value Members
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SinVector to any2stringadd[SinVector] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(sinVector: any2stringadd[SinVector]).+(other)
- Definition Classes
- any2stringadd
-
def
apply(i: Int): Double
- Implicit
- This member is added by an implicit conversion from SinVector to Array[Double] performed by method vectorExpression2Array in smile.math.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(sinVector: Array[Double]).apply(i)
- Definition Classes
- Array
-
def
clone(): Array[Double]
- Implicit
- This member is added by an implicit conversion from SinVector to Array[Double] performed by method vectorExpression2Array in smile.math.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(sinVector: Array[Double]).clone()
- Definition Classes
- Array → AnyRef
-
def
length: Int
- Implicit
- This member is added by an implicit conversion from SinVector to Array[Double] performed by method vectorExpression2Array in smile.math.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(sinVector: Array[Double]).length
- Definition Classes
- Array
High level Smile operators in Scala.