Trait

smile.cas

Vector

Related Doc: package cas

Permalink

trait Vector extends Tensor

Vector: rank-1 tensor.

Linear Supertypes
Tensor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vector
  2. Tensor
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(env: Map[String, Tensor]): Vector

    Permalink

    Applies the expression.

  2. abstract def d(dx: VectorVar): Matrix

    Permalink

    Returns the Jacobian matrix.

  3. abstract def d(dx: Var): Vector

    Permalink

    Returns the partial derivative.

  4. abstract def size: IntScalar

    Permalink

    The size of vector.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(y: Vector): Scalar

    Permalink
  4. def *(y: Scalar): Vector

    Permalink
  5. def *~(y: Vector): Matrix

    Permalink
  6. def +(y: Vector): Vector

    Permalink
  7. def -(y: Vector): Vector

    Permalink
  8. def ->[B](y: B): (Vector, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Vector to ArrowAssoc[Vector] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. def /(y: Scalar): Vector

    Permalink
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def apply(env: (String, Tensor)*): Vector

    Permalink

    Applies the expression.

  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def ensuring(cond: (Vector) ⇒ Boolean, msg: ⇒ Any): Vector

    Permalink
    Implicit information
    This member is added by an implicit conversion from Vector to Ensuring[Vector] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (Vector) ⇒ Boolean): Vector

    Permalink
    Implicit information
    This member is added by an implicit conversion from Vector to Ensuring[Vector] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): Vector

    Permalink
    Implicit information
    This member is added by an implicit conversion from Vector to Ensuring[Vector] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): Vector

    Permalink
    Implicit information
    This member is added by an implicit conversion from Vector to Ensuring[Vector] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Vector to StringFormat[Vector] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def rank: Option[Int]

    Permalink

    The rank of tensor, i.e.

    The rank of tensor, i.e. the number of dimensions.

    Definition Classes
    VectorTensor
  29. def shape: Option[Array[IntScalar]]

    Permalink

    The shape of tensor, i.e the size of each dimension.

    The shape of tensor, i.e the size of each dimension.

    Definition Classes
    VectorTensor
  30. def simplify: Vector

    Permalink

    Simplify the expression.

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def unary_+: Vector

    Permalink
  34. def unary_-: Vector

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (Vector, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Vector to ArrowAssoc[Vector] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Vector to any2stringadd[Vector] 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:
    (vector: any2stringadd[Vector]).+(other)
    Definition Classes
    any2stringadd

Inherited from Tensor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Vector to any2stringadd[Vector]

Inherited by implicit conversion StringFormat from Vector to StringFormat[Vector]

Inherited by implicit conversion Ensuring from Vector to Ensuring[Vector]

Inherited by implicit conversion ArrowAssoc from Vector to ArrowAssoc[Vector]

Ungrouped