breeze.linalg.operators

Type members

Classlikes

object BinaryOp
trait BinaryRegistry[A, B, Op, R] extends UImpl2[Op, A, B, R] with MMRegistry2[UImpl2[Op, _ <: A, _ <: B, _ <: R]]

This is a special kind of BinaryOp that supports registration of specialized implementations for a given operation.

This is a special kind of BinaryOp that supports registration of specialized implementations for a given operation.

trait BinaryUpdateRegistry[A <: AnyRef, B, Op <: OpType] extends InPlaceImpl2[Op, A, B] with MMRegistry2[InPlaceImpl2[Op, _ <: A, _ <: B]]

This is a special kind of BinaryUpdateOp that supports registration of specialized implementations for a given operation.

This is a special kind of BinaryUpdateOp that supports registration of specialized implementations for a given operation.

trait BitVectorOps extends GenericOps
Companion:
object
object GenericOps
Companion:
class
trait HasOps
Companion:
object
object OpAdd extends OpType with ElementwiseUFunc
object OpAnd extends OpType with ElementwiseUFunc
object OpDiv extends OpType with ElementwiseUFunc
object OpEq extends OpType with ElementwiseUFunc
object OpGT extends OpType with ElementwiseUFunc
object OpGTE extends OpType with ElementwiseUFunc
object OpLT extends OpType with ElementwiseUFunc
object OpLTE extends OpType with ElementwiseUFunc
object OpMod extends OpType with ElementwiseUFunc
object OpMulInner extends OpType with UFunc
object OpMulMatrix extends OpType with UFunc
object OpMulScalar extends OpType with ElementwiseUFunc
object OpNe extends OpType with ElementwiseUFunc
object OpNeg extends OpType with ElementwiseUFunc
object OpNot extends OpType with MappingUFunc
object OpOr extends OpType with ElementwiseUFunc
object OpPow extends OpType with ElementwiseUFunc
object OpSet extends OpType with ElementwiseUFunc
object OpSolveMatrixBy extends OpType with UFunc
object OpSub extends OpType with ElementwiseUFunc
sealed trait OpType extends UFunc
object OpXor extends OpType with ElementwiseUFunc
trait TernaryUpdateRegistry[A, B, C, Op] extends InPlaceImpl3[Op, A, B, C] with MMRegistry3[InPlaceImpl3[Op, _ <: A, _ <: B, _ <: C]]

This is a special kind of BinaryUpdateOp that supports registration of specialized implementations for a given operation.

This is a special kind of BinaryUpdateOp that supports registration of specialized implementations for a given operation.