breeze.linalg.operators
package breeze.linalg.operators
Type members
Classlikes
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 DenseMatrixExpandedOps extends MatrixOps with DenseMatrix_GenericOps with DenseMatrix_TraversalOps
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 DenseMatrixOps_FloatSpecialized extends DenseMatrixExpandedOps with DenseMatrixMultOps with DenseMatrix_SlicingOps
trait DenseMatrix_SlicingOps_LowPrio extends LowPriorityDenseMatrix1 with GenericOps with TensorLowPrio
trait DenseVectorOps extends VectorOps with DenseVector_GenericOps with DenseVector_ComparisonOps with DenseVector_FloatOps with DenseVector_DoubleOps
trait DenseVector_Vector_ExpandOps extends VectorOps with DenseVector_TraversalOps with DenseVector_SlicingOps
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
- Companion:
- class
trait HashVectorOps extends HashVectorExpandOps with DenseVector_HashVector_Ops with HashVector_DenseVector_Ops with HashVector_SparseVector_Ops with SparseVector_HashVector_Ops
trait MatrixOps extends MatrixMultOps with MatrixExpandedOps with MatrixGenericOps with MatrixExpandedOpsLowPrio
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_HashVector_Ops extends HashVectorExpandOps with HashVector_SparseVector_Ops with SparseVectorOps
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.
trait TransposeOps extends TransposeOps_Generic with TransposeOps_Complex with CSCMatrix_TransposeOps