OpType

org.saddle.ops.OpType
sealed trait OpType

All operations on Saddle objects are defined via instances of subtypes of the trait OpType. The instances further derive from ScalarOp or MatrixOp, depending on whether the second operand is a scalar or higher-dimensional object.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait MatrixOp
trait InnerProd
trait OuterProd
trait ScalarOp
trait Add
trait AndOp
trait BitAnd
trait BitOr
trait BitShl
trait BitShr
trait BitUShr
trait BitXor
trait Divide
trait EqOp
trait GtOp
trait GteOp
trait LtOp
trait LteOp
trait Mod
trait Multiply
trait NeqOp
trait OrOp
trait Power
trait Subtract
trait XorOp
Show all
In this article