Trait

org.saddle.linalg

MatLinalgOps

Related Doc: package linalg

Permalink

trait MatLinalgOps extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatLinalgOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type B = Mat[Double]

    Permalink

Abstract Value Members

  1. abstract val self: Mat[Double]

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def diag(implicit op: MatUnaryOp[Diag, Vec[Double]]): Vec[Double]

    Permalink
  7. def eigNonSymm(implicit op: MatUnaryOp[EigNS, EigenDecompositionNonSymmetric]): EigenDecompositionNonSymmetric

    Permalink
  8. def eigSymm(i: Int)(implicit op: MatUnaryOp1Scalar[EigSTrunc, Int, EigenDecompositionSymmetric]): EigenDecompositionSymmetric

    Permalink
  9. def eigSymm(implicit op: MatUnaryOp[EigS, EigenDecompositionSymmetric]): EigenDecompositionSymmetric

    Permalink
  10. def eigenValuesSymm(max: Int)(implicit op: MatUnaryOp1Scalar[EigValSymTrunc, Int, Vec[Double]]): Vec[Double]

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def innerM(implicit op: MatUnaryOp[AtxA, Mat[Double]]): B

    Permalink
  17. def innerMpC(alpha: Double, beta: Double, c: Mat[Double])(implicit op: MatGemmSelfOp[aAtxApbC, Mat[Double]]): B

    Permalink
  18. def invert(implicit op: MatUnaryOp[InvertWithLU, B]): B

    Permalink
  19. def invertPD(implicit op: MatUnaryOp[InvertPDCholesky, Option[B]]): Option[B]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isPositiveDefinite(implicit op: MatUnaryOp[TestPD, Boolean]): Boolean

    Permalink
  22. def linalg: MatLinalgOps

    Permalink
  23. def mDiagFromLeft(diag: Vec[Double])(implicit op: MatUnaryOp1Scalar[DiagxA, Vec[Double], B]): B

    Permalink
  24. def mDiagFromRight(diag: Vec[Double])(implicit op: MatUnaryOp1Scalar[AxDiag, Vec[Double], B]): B

    Permalink
  25. def mm(other: B)(implicit op: MatBinOp[AxB, B]): B

    Permalink

    Simple DGEMM

  26. def mmc(other: B, c: B, alpha: Double = 1.0, beta: Double = 1.0)(implicit op: MatGemmOp[aAxBpbC, B]): B

    Permalink

    Full DGEMM

  27. def mmt(other: B)(implicit op: MatBinOp[AxBt, B]): B

    Permalink
  28. def mmtc(other: B, c: B, alpha: Double = 1.0, beta: Double = 1.0)(implicit op: MatGemmOp[aAxBtpbC, B]): B

    Permalink
  29. def mv(other: Vec[Double])(implicit op: MatUnaryOp1Scalar[AxV, Vec[Double], Vec[Double]]): Vec[Double]

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def outerM(implicit op: MatUnaryOp[AxAt, Mat[Double]]): B

    Permalink
  34. def outerMpC(alpha: Double, beta: Double, c: Mat[Double])(implicit op: MatGemmSelfOp[aAxAtpbC, Mat[Double]]): B

    Permalink
  35. def singularValues(max: Int)(implicit op: MatUnaryOp1Scalar[SingularValues, Int, Vec[Double]]): Vec[Double]

    Permalink
  36. def solve(other: B)(implicit op: MatBinOp[GeneralSolve, B]): B

    Permalink
  37. def svd(max: Int)(implicit op: MatUnaryOp1Scalar[GeneralSVDTrunc, Int, SVDResult]): SVDResult

    Permalink
  38. def svd(implicit op: MatUnaryOp[GeneralSVD, SVDResult]): SVDResult

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

    Permalink
    Definition Classes
    AnyRef
  40. def tmm(other: B)(implicit op: MatBinOp[AtxB, B]): B

    Permalink
  41. def tmmc(other: B, c: B, alpha: Double = 1.0, beta: Double = 1.0)(implicit op: MatGemmOp[aAtxBpbC, B]): B

    Permalink
  42. def tmmt(other: B)(implicit op: MatBinOp[AtxBt, B]): B

    Permalink
  43. def tmmtc(other: B, c: B, alpha: Double = 1.0, beta: Double = 1.0)(implicit op: MatGemmOp[aAtxBtpbC, B]): B

    Permalink
  44. def tmv(other: Vec[Double])(implicit op: MatUnaryOp1Scalar[AtxV, Vec[Double], Vec[Double]]): Vec[Double]

    Permalink
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. def trace(implicit op: MatUnaryOp[Trace, Double]): Double

    Permalink
  47. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped