class
MatrixOps extends AnyRef
Instance Constructors
-
new
MatrixOps(m: Matrix)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
def
!==(that: Matrix): Boolean
-
final
def
##(): Int
-
def
+(that: Double): Matrix
-
def
+(that: Matrix): Matrix
-
def
+:(that: Double): Matrix
-
def
+=(that: Double): Matrix
-
def
+=(that: Matrix): Matrix
-
def
+=:(that: Double): Matrix
-
def
+=:(that: Matrix): Matrix
-
def
-(that: Double): Matrix
-
def
-(that: Matrix): Matrix
-
def
-:(that: Double): Matrix
-
def
-:(that: Matrix): Matrix
-
def
-=(that: Double): Matrix
-
def
-=(that: Matrix): Matrix
-
def
-=:(that: Matrix): Matrix
-
def
-=:(that: Double): Matrix
-
def
::=(f: (Double) ⇒ Double): Matrix
-
def
::=(f: (Int, Int, Double) ⇒ Double): Matrix
-
def
:=(f: (Double) ⇒ Double): Matrix
-
def
:=(f: (Int, Int, Double) ⇒ Double): Matrix
-
def
:=(that: Double): Matrix
-
def
:=(that: TraversableOnce[Vector]): Unit
-
def
:=(that: Matrix): Matrix
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
===(that: Matrix): Boolean
-
def
apply(rowRange: Range, col: Int): Vector
-
def
apply(row: Int, colRange: Range): Vector
-
def
apply(rowRange: Range, colRange: Range): Matrix
-
def
apply(row: Int, col: Int): Double
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
cloned: Matrix
-
def
colMeans(): Vector
-
def
colSums(): Vector
-
def
det: Double
-
def
diagv: Vector
-
def
diagv_=(that: Double): Vector
-
def
diagv_=(that: Vector): Vector
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
equiv(that: Matrix): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isFullRank: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
val
m: Matrix
-
def
ncol: Int
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nequiv(that: Matrix): Boolean
-
def
norm: Double
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
nrow: Int
-
def
numNonZeroElementsPerColumn(): Vector
-
def
numNonZeroElementsPerRow(): Vector
-
def
pnorm(p: Int): Double
-
def
rowMeans(): Vector
-
def
rowSums(): Vector
-
def
sum: Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
t: Matrix
-
def
toString(): String
-
def
unary_-: Matrix
-
def
update(rowRange: Range, col: Int, that: Vector): Vector
-
def
update(row: Int, colRange: Range, that: Vector): Vector
-
def
update(rowRange: Range, colRange: Range, that: Matrix): Matrix
-
def
update(rowRange: Range, col: Int, that: Double): Vector
-
def
update(row: Int, colRange: Range, that: Double): Vector
-
def
update(rowRange: Range, colRange: Range, that: Double): Matrix
-
def
update(row: Int, col: Int, that: Double): Matrix
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any