package operators
- Alphabetic
- Public
- All
Type Members
-
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.
-
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.
- trait BitVectorOps extends GenericOps
- trait CSCMatrixExpandedOps extends MatrixOps with CSCMatrixOps_Ring
- trait CSCMatrixOps extends CSCMatrixExpandedOps with CSCMatrixOps_Ring
- trait CSCMatrixOpsLowPrio extends CSCMatrixOps_Generic with SerializableLogging
- trait CSCMatrixOps_Generic extends GenericOps with TensorLowPrio
- trait CSCMatrixOps_Ring extends CSCMatrixOpsLowPrio with SerializableLogging
- trait CSCMatrix_TransposeOps extends TransposeOps_Generic
- trait CastOps extends GenericOpsLowPrio3
- trait Counter2Ops extends AnyRef
- trait CounterOps extends AnyRef
- trait DenseMatrixExpandedOps extends MatrixOps with DenseMatrix_GenericOps with DenseMatrix_TraversalOps
- trait DenseMatrixMultOps extends DenseMatrixExpandedOps with DenseMatrixOpsLowPrio
- trait DenseMatrixMultiplyOps extends DenseMatrixExpandedOps with DenseMatrixMultOps with DenseMatrix_SetOps
- trait DenseMatrixOps extends MatrixOps with DenseMatrixExpandedOps with DenseMatrix_ComparisonOps with DenseMatrixMultOps with DenseMatrixMultiplyOps with DenseMatrixOps_FloatSpecialized with DenseMatrix_SetOps
- trait DenseMatrixOpsLowPrio extends MatrixOps
- trait DenseMatrixOps_FloatSpecialized extends DenseMatrixExpandedOps with DenseMatrixMultOps with DenseMatrix_SlicingOps
- trait DenseMatrix_ComparisonOps extends DenseMatrixExpandedOps
- trait DenseMatrix_GenericOps extends MatrixOps
- trait DenseMatrix_SetOps extends DenseMatrix_SlicingOps
- trait DenseMatrix_SlicingOps extends DenseMatrix_SlicingOps_LowPrio with DenseMatrix_TraversalOps
- trait DenseMatrix_SlicingOps_LowPrio extends LowPriorityDenseMatrix1 with GenericOps with TensorLowPrio
- trait DenseMatrix_TransposeOps extends TransposeOps_Generic
- trait DenseMatrix_TraversalOps extends TensorLowPrio
- trait DenseVectorExpandOps extends VectorOps with DenseVector_Vector_ExpandOps
- trait DenseVectorOps extends VectorOps with DenseVector_GenericOps with DenseVector_ComparisonOps with DenseVector_FloatOps with DenseVector_DoubleOps
-
final
class
DenseVectorSupportMethods extends AnyRef
Created by dlwh on 8/14/15.
Created by dlwh on 8/14/15.
Created because I need fallthrough
- trait DenseVector_ComparisonOps extends DenseVectorExpandOps
- trait DenseVector_DoubleOps extends DenseVectorExpandOps
- trait DenseVector_FloatOps extends DenseVectorExpandOps
- trait DenseVector_GenericOps extends VectorOps
- trait DenseVector_HashVector_Ops extends GenericOps with DenseVectorOps with HashVectorExpandOps
- trait DenseVector_SlicingOps extends TensorLowPrio
- trait DenseVector_SparseVector_Ops extends DenseVectorOps with SparseVectorExpandOps
- trait DenseVector_TraversalOps extends Vector_TraversalOps
- trait DenseVector_Vector_ExpandOps extends VectorOps with DenseVector_TraversalOps with DenseVector_SlicingOps
- trait GenericOps extends GenericOpsLowPrio
- trait GenericOpsLowPrio extends CastOps
- trait GenericOpsLowPrio3 extends AnyRef
- trait HasOps extends Any
- trait HashVectorExpandOps extends VectorOps with HashVector_GenericOps
- trait HashVectorOps extends HashVectorExpandOps with DenseVector_HashVector_Ops with HashVector_DenseVector_Ops with HashVector_SparseVector_Ops with SparseVector_HashVector_Ops
- trait HashVector_DenseVector_Ops extends DenseVector_HashVector_Ops
- trait HashVector_GenericOps extends GenericOps
- trait HashVector_SparseVector_Ops extends HashVectorExpandOps with SparseVectorOps
- trait LowPriorityDenseMatrix1 extends AnyRef
- trait MatrixExpandedOps extends MatrixGenericOps
- trait MatrixExpandedOpsLowPrio extends MatrixGenericOps
- trait MatrixGenericOps extends TensorLowPrio
- trait MatrixMultOps extends MatrixExpandedOps with MatrixExpandedOpsLowPrio
- trait MatrixOps extends MatrixMultOps with MatrixExpandedOps with MatrixGenericOps with MatrixExpandedOpsLowPrio
- sealed trait OpType extends UFunc
- trait SparseVectorExpandOps extends VectorOps with SparseVector_DenseMatrixOps with SparseVector_GenericOps
- trait SparseVectorOps extends SparseVectorExpandOps with DenseVector_SparseVector_Ops with SparseVector_DenseMatrixOps with SparseVector_DenseVector_Ops
- trait SparseVector_DenseMatrixOps extends DenseMatrixMultiplyOps
- trait SparseVector_DenseVector_Ops extends VectorOps with GenericOps with SparseVector_TraversalOps
- trait SparseVector_GenericOps extends GenericOps
- trait SparseVector_HashVector_Ops extends HashVectorExpandOps with HashVector_SparseVector_Ops with SparseVectorOps
- trait SparseVector_TraversalOps extends Vector_TraversalOps
- trait TensorLowPrio extends GenericOps
-
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.
- trait TransposeOps extends TransposeOps_Generic with TransposeOps_Complex with CSCMatrix_TransposeOps
- trait TransposeOps_Complex extends TransposeOps_Generic with DenseMatrix_TransposeOps
- trait TransposeOps_Generic extends TransposeOps_LowPrio
- trait TransposeOps_LowPrio extends TransposeOps_LowPrio2
- trait TransposeOps_LowPrio2 extends GenericOps
- trait VectorBuilderOps extends AnyRef
- trait VectorExpandOps extends Vector_GenericOps
- trait VectorOps extends VectorExpandOps
- trait Vector_GenericOps extends GenericOps with Vector_TraversalOps
- trait Vector_TraversalOps extends AnyRef
Value Members
- object BinaryOp
- object GenericOps
- object HasOps extends GenericOps with VectorOps with TensorLowPrio with TransposeOps with DenseVectorOps with SparseVectorOps with HashVectorOps with MatrixOps with DenseMatrixOps with CSCMatrixOps with SliceVectorOps with BitVectorOps with MappingUFuncOps with ZeroPreservingUFuncOps
- 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
- object OpXor extends OpType with ElementwiseUFunc