Packages

class SS2 extends FilterDiscrete[SS2]

Source
filter.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SS2
  2. FilterDiscrete
  3. Filter
  4. AnyRef
  5. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SS2(A: Matrix2, B: Vec, C: Vec, D: Double = 0)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SS2 toany2stringadd[SS2] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SS2, B)
    Implicit
    This member is added by an implicit conversion from SS2 toArrowAssoc[SS2] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val A: Matrix2
  7. val B: Vec
  8. val C: Vec
  9. val D: Double
  10. def applyIf(t: Boolean, f: (SS2) => SS2): SS2
    Implicit
    This member is added by an implicit conversion from SS2 toDrxAny[SS2] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  11. def applyIf(t: (SS2) => Boolean)(f: (SS2) => SS2): SS2

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from SS2 toDrxAny[SS2] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. final def convolve[A](dt: Time)(xs: Iterator[Double]): Iterator[Double]
    Definition Classes
    Filter
  15. final def convolve[A](gapDetect: Option[Time] = None)(tu: (A) => (Time, Double))(xs: Iterator[A]): Iterator[(Time, Double)]
    Definition Classes
    Filter
  16. var d: SS2
    Attributes
    protected
    Definition Classes
    FilterDiscrete
  17. def discrete(Δt: Time): SS2
    Definition Classes
    SS2FilterDiscrete
  18. def elementOf(xs: Set[SS2]): Boolean
    Implicit
    This member is added by an implicit conversion from SS2 toDrxAny[SS2] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  19. def ensuring(cond: (SS2) => Boolean, msg: => Any): SS2
    Implicit
    This member is added by an implicit conversion from SS2 toEnsuring[SS2] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (SS2) => Boolean): SS2
    Implicit
    This member is added by an implicit conversion from SS2 toEnsuring[SS2] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: => Any): SS2
    Implicit
    This member is added by an implicit conversion from SS2 toEnsuring[SS2] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): SS2
    Implicit
    This member is added by an implicit conversion from SS2 toEnsuring[SS2] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SS2 toStringFormat[SS2] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def init(y0: Double): Double
    Definition Classes
    SS2Filter
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def noneIf(f: (SS2) => Boolean): Option[SS2]
    Implicit
    This member is added by an implicit conversion from SS2 toDrxAny[SS2] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def optionIf(f: (SS2) => Boolean): Option[SS2]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from SS2 toDrxAny[SS2] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  36. def output: Double
    Definition Classes
    SS2Filter
  37. def preApply[B](f: (SS2) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from SS2 toDrxAny[SS2] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  38. def sideEffect(f: (SS2) => Unit): SS2

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from SS2 toDrxAny[SS2] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  39. def someIf(f: (SS2) => Boolean): Option[SS2]
    Implicit
    This member is added by an implicit conversion from SS2 toDrxAny[SS2] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val thisAny: SS2
    Implicit
    This member is added by an implicit conversion from SS2 toDrxAny[SS2] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  42. def till(maxArg: SS2): Bound[SS2]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from SS2 toBoundOps[SS2] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[SS2] is in scope.
    Definition Classes
    BoundOps
  43. def toString(): String
    Definition Classes
    SS2 → AnyRef → Any
  44. def update(u: Double): Unit
    Definition Classes
    SS2FilterDiscrete
  45. final def update(u: Double, Δt: Time): Double
    Definition Classes
    FilterDiscreteFilter
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def ?>(f: (SS2) => Boolean): Option[SS2]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from SS2 toDrxAny[SS2] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (SS2) => B): B
    Implicit
    This member is added by an implicit conversion from SS2 toDrxAny[SS2] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  3. def [B](y: B): (SS2, B)
    Implicit
    This member is added by an implicit conversion from SS2 toArrowAssoc[SS2] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from FilterDiscrete[SS2]

Inherited from Filter

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromSS2 to DrxAny[SS2]

Inherited by implicit conversion DrxBoundOps fromSS2 to BoundOps[SS2]

Inherited by implicit conversion any2stringadd fromSS2 to any2stringadd[SS2]

Inherited by implicit conversion StringFormat fromSS2 to StringFormat[SS2]

Inherited by implicit conversion Ensuring fromSS2 to Ensuring[SS2]

Inherited by implicit conversion ArrowAssoc fromSS2 to ArrowAssoc[SS2]

Ungrouped