Packages

object MathematicaOpSpec

Mathematica operator specifications with conversions.

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abort: LiteralMathOpSpec
  5. def abortKernels: NaryMathOpSpec
  6. def aborted: LiteralMathOpSpec
  7. def and: NaryMathOpSpec
  8. def apply(f: Expr): (Seq[Expr]) ⇒ Expr

    Mathematica function application f(args).

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bigInt(n: BigInt): Expr

    Creates a Mathematica big integer.

  11. def bool(b: Boolean): Expr

    Creates a Mathematica Boolean.

  12. def check: NaryMathOpSpec
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def closeKernels: NaryMathOpSpec
  15. def compoundExpr(f: Expr*): Expr

    Mathematica compound expression ;.

  16. def divide: BinaryMathOpSpec
  17. def double(n: Double): Expr

    Creates a Mathematica Double.

  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equal: BinaryMathOpSpec
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def equivalent: BinaryMathOpSpec
  22. def exception: LiteralMathOpSpec
  23. def exists: QuantifiedMathOpSpec
  24. def failed: LiteralMathOpSpec
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def forall: QuantifiedMathOpSpec
  27. def func: NameMathOpSpec
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def greater: BinaryMathOpSpec
  30. def greaterEqual: BinaryMathOpSpec
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def implies: BinaryMathOpSpec
  33. def inequality: BinaryMathOpSpec
  34. def int(n: Int): Expr

    Creates a Mathematica Int.

  35. def interpretedSymbols: List[(MathematicaOpSpec, Function)]
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def less: BinaryMathOpSpec
  38. def lessEqual: BinaryMathOpSpec
  39. def lfalse: LiteralMathOpSpec
  40. def licenseExpirationDate: LiteralMathOpSpec
  41. def list: NaryMathOpSpec
  42. def long(n: Long): Expr

    Creates a Mathematica Long.

  43. def ltrue: LiteralMathOpSpec
  44. def mapply: NaryMathOpSpec
  45. def memoryConstrained: BinaryMathOpSpec
  46. def minus: BinaryMathOpSpec
  47. def module: NaryMathOpSpec
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. def neg: UnaryMathOpSpec
  50. def not: UnaryMathOpSpec
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. def or: NaryMathOpSpec
  54. def pair: BinaryMathOpSpec
  55. def parallelSubmit: UnaryMathOpSpec
  56. def plus: NaryMathOpSpec
  57. def power: BinaryMathOpSpec
  58. def rational: BinaryMathOpSpec
  59. def reals: LiteralMathOpSpec
  60. def reduce: NaryMathOpSpec
  61. def releaseNumber: LiteralMathOpSpec
  62. def resolve: NaryMathOpSpec
  63. def rule: BinaryMathOpSpec
  64. def set: BinaryMathOpSpec
  65. def string(s: String): Expr

    Creates a Mathematica String.

  66. def symbol(s: String): Expr

    Creates a Mathematica symbol s.

  67. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  68. def timeConstrained: BinaryMathOpSpec
  69. def times: NaryMathOpSpec
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. def unequal: BinaryMathOpSpec
  72. def variable: NameMathOpSpec
  73. def versionNumber: LiteralMathOpSpec
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  77. def waitNext: UnaryMathOpSpec
  78. def xor: NaryMathOpSpec

Inherited from AnyRef

Inherited from Any

Ungrouped