Packages

p

breeze.linalg

operators

package operators

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

  2. 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.

  3. trait BitVectorOps extends GenericOps
  4. trait CSCMatrixExpandedOps extends MatrixOps with CSCMatrixOps_Ring
  5. trait CSCMatrixOps extends CSCMatrixExpandedOps with CSCMatrixOps_Ring
  6. trait CSCMatrixOpsLowPrio extends CSCMatrixOps_Generic with SerializableLogging
  7. trait CSCMatrixOps_Generic extends GenericOps with TensorLowPrio
  8. trait CSCMatrixOps_Ring extends CSCMatrixOpsLowPrio with SerializableLogging
  9. trait CSCMatrix_TransposeOps extends TransposeOps_Generic
  10. trait CastOps extends GenericOpsLowPrio3
  11. trait Counter2Ops extends AnyRef
  12. trait CounterOps extends AnyRef
  13. trait DenseMatrixExpandedOps extends MatrixOps with DenseMatrix_GenericOps with DenseMatrix_TraversalOps
  14. trait DenseMatrixMultOps extends DenseMatrixExpandedOps with DenseMatrixOpsLowPrio
  15. trait DenseMatrixMultiplyOps extends DenseMatrixExpandedOps with DenseMatrixMultOps with DenseMatrix_SetOps
  16. trait DenseMatrixOps extends MatrixOps with DenseMatrixExpandedOps with DenseMatrix_ComparisonOps with DenseMatrixMultOps with DenseMatrixMultiplyOps with DenseMatrixOps_FloatSpecialized with DenseMatrix_SetOps
  17. trait DenseMatrixOpsLowPrio extends MatrixOps
  18. trait DenseMatrixOps_FloatSpecialized extends DenseMatrixExpandedOps with DenseMatrixMultOps with DenseMatrix_SlicingOps
  19. trait DenseMatrix_ComparisonOps extends DenseMatrixExpandedOps
  20. trait DenseMatrix_GenericOps extends MatrixOps
  21. trait DenseMatrix_SetOps extends DenseMatrix_SlicingOps
  22. trait DenseMatrix_SlicingOps extends DenseMatrix_SlicingOps_LowPrio with DenseMatrix_TraversalOps
  23. trait DenseMatrix_SlicingOps_LowPrio extends LowPriorityDenseMatrix1 with GenericOps with TensorLowPrio
  24. trait DenseMatrix_TransposeOps extends TransposeOps_Generic
  25. trait DenseMatrix_TraversalOps extends TensorLowPrio
  26. trait DenseVectorExpandOps extends VectorOps with DenseVector_Vector_ExpandOps
  27. trait DenseVectorOps extends VectorOps with DenseVector_GenericOps with DenseVector_ComparisonOps with DenseVector_FloatOps with DenseVector_DoubleOps
  28. final class DenseVectorSupportMethods extends AnyRef

    Created by dlwh on 8/14/15.

    Created by dlwh on 8/14/15.

    Created because I need fallthrough

  29. trait DenseVector_ComparisonOps extends DenseVectorExpandOps
  30. trait DenseVector_DoubleOps extends DenseVectorExpandOps
  31. trait DenseVector_FloatOps extends DenseVectorExpandOps
  32. trait DenseVector_GenericOps extends VectorOps
  33. trait DenseVector_HashVector_Ops extends GenericOps with DenseVectorOps with HashVectorExpandOps
  34. trait DenseVector_SlicingOps extends TensorLowPrio
  35. trait DenseVector_SparseVector_Ops extends DenseVectorOps with SparseVectorExpandOps
  36. trait DenseVector_TraversalOps extends Vector_TraversalOps
  37. trait DenseVector_Vector_ExpandOps extends VectorOps with DenseVector_TraversalOps with DenseVector_SlicingOps
  38. trait GenericOps extends GenericOpsLowPrio
  39. trait GenericOpsLowPrio extends CastOps
  40. trait GenericOpsLowPrio3 extends AnyRef
  41. trait HasOps extends Any
  42. trait HashVectorExpandOps extends VectorOps with HashVector_GenericOps
  43. trait HashVectorOps extends HashVectorExpandOps with DenseVector_HashVector_Ops with HashVector_DenseVector_Ops with HashVector_SparseVector_Ops with SparseVector_HashVector_Ops
  44. trait HashVector_DenseVector_Ops extends DenseVector_HashVector_Ops
  45. trait HashVector_GenericOps extends GenericOps
  46. trait HashVector_SparseVector_Ops extends HashVectorExpandOps with SparseVectorOps
  47. trait LowPriorityDenseMatrix1 extends AnyRef
  48. trait MatrixExpandedOps extends MatrixGenericOps
  49. trait MatrixExpandedOpsLowPrio extends MatrixGenericOps
  50. trait MatrixGenericOps extends TensorLowPrio
  51. trait MatrixMultOps extends MatrixExpandedOps with MatrixExpandedOpsLowPrio
  52. trait MatrixOps extends MatrixMultOps with MatrixExpandedOps with MatrixGenericOps with MatrixExpandedOpsLowPrio
  53. sealed trait OpType extends UFunc
  54. trait SparseVectorExpandOps extends VectorOps with SparseVector_DenseMatrixOps with SparseVector_GenericOps
  55. trait SparseVectorOps extends SparseVectorExpandOps with DenseVector_SparseVector_Ops with SparseVector_DenseMatrixOps with SparseVector_DenseVector_Ops
  56. trait SparseVector_DenseMatrixOps extends DenseMatrixMultiplyOps
  57. trait SparseVector_DenseVector_Ops extends VectorOps with GenericOps with SparseVector_TraversalOps
  58. trait SparseVector_GenericOps extends GenericOps
  59. trait SparseVector_HashVector_Ops extends HashVectorExpandOps with HashVector_SparseVector_Ops with SparseVectorOps
  60. trait SparseVector_TraversalOps extends Vector_TraversalOps
  61. trait TensorLowPrio extends GenericOps
  62. 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.

  63. trait TransposeOps extends TransposeOps_Generic with TransposeOps_Complex with CSCMatrix_TransposeOps
  64. trait TransposeOps_Complex extends TransposeOps_Generic with DenseMatrix_TransposeOps
  65. trait TransposeOps_Generic extends TransposeOps_LowPrio
  66. trait TransposeOps_LowPrio extends TransposeOps_LowPrio2
  67. trait TransposeOps_LowPrio2 extends GenericOps
  68. trait VectorBuilderOps extends AnyRef
  69. trait VectorExpandOps extends Vector_GenericOps
  70. trait VectorOps extends VectorExpandOps
  71. trait Vector_GenericOps extends GenericOps with Vector_TraversalOps
  72. trait Vector_TraversalOps extends AnyRef

Value Members

  1. object BinaryOp
  2. object GenericOps
  3. 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 with BroadcastedOps
  4. object OpAdd extends OpType with ElementwiseUFunc
  5. object OpAnd extends OpType with ElementwiseUFunc
  6. object OpDiv extends OpType with ElementwiseUFunc
  7. object OpEq extends OpType with ElementwiseUFunc
  8. object OpGT extends OpType with ElementwiseUFunc
  9. object OpGTE extends OpType with ElementwiseUFunc
  10. object OpLT extends OpType with ElementwiseUFunc
  11. object OpLTE extends OpType with ElementwiseUFunc
  12. object OpMod extends OpType with ElementwiseUFunc
  13. object OpMulInner extends OpType with UFunc
  14. object OpMulMatrix extends OpType with UFunc
  15. object OpMulScalar extends OpType with ElementwiseUFunc
  16. object OpNe extends OpType with ElementwiseUFunc
  17. object OpNeg extends OpType with ElementwiseUFunc
  18. object OpNot extends OpType with MappingUFunc
  19. object OpOr extends OpType with ElementwiseUFunc
  20. object OpPow extends OpType with ElementwiseUFunc
  21. object OpSet extends OpType with ElementwiseUFunc
  22. object OpSolveMatrixBy extends OpType with UFunc
  23. object OpSub extends OpType with ElementwiseUFunc
  24. object OpXor extends OpType with ElementwiseUFunc

Ungrouped