trait
JblasMatrixFactory
extends MatrixFactory
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
-
def
asInstanceOf
[T0]
: T0
-
def
centerColumns
(m: M[Double]): M[Double]
-
def
centerRows
(m: M[Double]): M[Double]
-
def
clone
(): AnyRef
-
def
columnRange
(m: M[Double]): M[Double]
-
def
cov
(m: M[Double]): M[Double]
-
def
diag
[T]
(row: JblasMatrix[T])(implicit elementAdapter: E[T]): JblasMatrix[T]
-
implicit val
double2boolean
: FunctionPair[Double, Boolean]
-
implicit val
double2double
: FunctionPair[Double, Double]
-
implicit val
double2int
: FunctionPair[Double, Int]
-
implicit val
elementAdapterBoolean
: JblasElementAdapter[Boolean]
-
implicit val
elementAdapterDouble
: JblasElementAdapter[Double]
-
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
-
def
falses
(m: Int, n: Int): JblasMatrix[Boolean]
-
def
finalize
(): Unit
-
implicit val
formatBoolean
: (Boolean) ⇒ String
-
implicit val
formatDouble
: (Double) ⇒ String
-
implicit val
formatInt
: (Int) ⇒ String
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
matrix
[T]
(m: Int, n: Int, f: (Int, Int) ⇒ T)(implicit elementAdapter: E[T]): M[T]
-
def
matrix
[T]
(m: Int, n: Int, topleft: ⇒ T, left: (Int) ⇒ T, top: (Int) ⇒ T, fill: (Int, Int, T, T, T) ⇒ T)(implicit elementAdapter: E[T]): M[T]
-
def
matrix
[T]
(r: Int, c: Int, values: Array[T])(implicit elementAdapter: E[T]): JblasMatrix[T]
-
def
matrix
[T]
(s: DoubleMatrix)(implicit elementAdapter: E[T]): JblasMatrix[T]
-
def
median
(m: M[Double]): M[Double]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
numComponentsForCutoff
(s: M[Double], cutoff: Double): Int
-
def
ones
[T]
(m: Int, n: Int)(implicit elementAdapter: JblasElementAdapter[T]): JblasMatrix[T]
-
def
pca
(Xnorm: M[Double], cutoff: Double = 0.95): (M[Double], M[Double])
-
def
rand
[T]
(m: Int, n: Int)(implicit elementAdapter: JblasElementAdapter[T]): JblasMatrix[T]
-
def
randn
[T]
(m: Int, n: Int)(implicit elementAdapter: JblasElementAdapter[T]): JblasMatrix[T]
-
def
rowRange
(m: M[Double]): M[Double]
-
def
std
(m: M[Double]): M[Double]
-
def
sumsq
(m: M[Double]): M[Double]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
trues
(m: Int, n: Int): JblasMatrix[Boolean]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
zeros
[T]
(m: Int, n: Int)(implicit elementAdapter: JblasElementAdapter[T]): JblasMatrix[T]
-
def
zscore
(m: M[Double]): M[Double]
Inherited from AnyRef
Inherited from Any