Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply[R, V](rows: R*)(implicit rl: LiteralRow[R, V], man: ClassManifest[V], df: DefaultArrayValue[V]): Matrix[V]
-
final
def
asInstanceOf[T0]: T0
-
-
implicit
def
canMulM_M_Double_def[A <: Matrix[Double], B <: Matrix[Double]]: BinaryOp[A, B, OpMulMatrix, Matrix[Double]]
-
-
implicit
def
canMulM_M_Float_def[A <: Matrix[Float], B <: Matrix[Float]]: BinaryOp[A, B, OpMulMatrix, Matrix[Float]]
-
-
-
-
implicit
def
canMulM_V_Double_def[A <: Matrix[Double], B <: Vector[Double]]: BinaryOp[A, B, OpMulMatrix, Vector[Double]]
-
-
implicit
def
canMulM_V_Float_def[A <: Matrix[Float], B <: Vector[Float]]: BinaryOp[A, B, OpMulMatrix, Vector[Float]]
-
-
-
def
clone(): AnyRef
-
def
create[V](rows: Int, cols: Int, data: Array[V])(implicit arg0: DefaultArrayValue[V]): Matrix[V]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
fill[V](rows: Int, cols: Int)(v: ⇒ V)(implicit arg0: ClassManifest[V], arg1: DefaultArrayValue[V]): Matrix[V]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
ones[V](rows: Int, cols: Int)(implicit arg0: ClassManifest[V], arg1: DefaultArrayValue[V], arg2: Semiring[V]): Matrix[V]
-
def
rand(rows: Int, cols: Int, rand: Random = new Random()): Matrix[Double]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
tabulate[V](rows: Int, cols: Int)(f: (Int, Int) ⇒ V)(implicit arg0: ClassManifest[V], arg1: DefaultArrayValue[V]): Matrix[V]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
zeros[V](rows: Int, cols: Int)(implicit arg0: ClassManifest[V], arg1: DefaultArrayValue[V]): Matrix[V]
Inherited from AnyRef
Inherited from Any