trait LowPriorityDenseMatrix extends LowPriorityDenseMatrix1
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- LowPriorityDenseMatrix
- LowPriorityDenseMatrix1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class SetDMDMOp[V] extends OpSet.InPlaceImpl2[DenseMatrix[V], DenseMatrix[V]]
- class SetDMDVOp[V] extends OpSet.InPlaceImpl2[DenseMatrix[V], DenseVector[V]]
- class SetMSOp[V] extends OpSet.InPlaceImpl2[DenseMatrix[V], V]
-
class
SetDMVOp[V] extends OpSet.InPlaceImpl2[DenseMatrix[V], Vector[V]]
- Definition Classes
- LowPriorityDenseMatrix1
-
class
SetMMOp[V] extends OpSet.InPlaceImpl2[DenseMatrix[V], Matrix[V]]
- Definition Classes
- LowPriorityDenseMatrix1
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
implicit
def
canCollapseCols[V, R](implicit arg0: ClassTag[R], arg1: Zero[R]): CanCollapseAxis[DenseMatrix[V], _1.type, DenseVector[V], R, DenseVector[R]]
Returns a numRows DenseVector
Returns a numRows DenseVector
- Definition Classes
- LowPriorityDenseMatrix1
-
implicit
def
canCollapseRows[V, R](implicit arg0: ClassTag[R], arg1: Zero[R]): CanCollapseAxis[DenseMatrix[V], _0.type, DenseVector[V], R, Transpose[DenseVector[R]]]
Returns a 1xnumCols DenseMatrix
Returns a 1xnumCols DenseMatrix
- Definition Classes
- LowPriorityDenseMatrix1
- implicit def canSliceTensorBooleanCols[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[DenseMatrix[V], ::.type, Tensor[Int, Boolean], SliceMatrix[Int, Int, V]]
- implicit def canSliceTensorBooleanRows[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[DenseMatrix[V], Tensor[Int, Boolean], ::.type, SliceMatrix[Int, Int, V]]
- implicit def canSliceWeirdCols[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[DenseMatrix[V], ::.type, Seq[Int], SliceMatrix[Int, Int, V]]
- implicit def canSliceWeirdRows[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[DenseMatrix[V], Seq[Int], ::.type, SliceMatrix[Int, Int, V]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def op_DM_V_Semiring[T](implicit ring: Semiring[T], ct: ClassTag[T]): BinaryRegistry[DenseMatrix[T], Vector[T], OpMulMatrix.type, DenseVector[T]]
- implicit def setDMDM[V]: OpSet.InPlaceImpl2[DenseMatrix[V], DenseMatrix[V]]
- implicit def setDMDV[V]: OpSet.InPlaceImpl2[DenseMatrix[V], DenseVector[V]]
- implicit def setDMS[V]: OpSet.InPlaceImpl2[DenseMatrix[V], V]
-
implicit
def
setMM[V]: OpSet.InPlaceImpl2[DenseMatrix[V], Matrix[V]]
- Definition Classes
- LowPriorityDenseMatrix1
-
implicit
def
setMV[V]: OpSet.InPlaceImpl2[DenseMatrix[V], Vector[V]]
- Definition Classes
- LowPriorityDenseMatrix1
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )