trait
SymmetricMatrix[V] extends Matrix[V]
Abstract Value Members
-
abstract
def
apply(i: Int, j: Int): V
-
abstract
def
dimension: Int
-
abstract
def
dimensions: (Int, Int)
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
def
add(arg0: RealMatrix): RealMatrix
-
def
addToEntry(arg0: Int, arg1: Int, arg2: Double): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
copy(): RealMatrix
-
-
-
def
createMatrix(arg0: Int, arg1: Int): RealMatrix
-
-
-
-
-
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
-
def
getColumnDimension(): Int
-
def
getColumnMatrix(arg0: Int): RealMatrix
-
def
getColumnVector(arg0: Int): RealVector
-
-
def
getEntry(arg0: Int, arg1: Int): Double
-
def
getFrobeniusNorm(): Double
-
def
getNorm(): Double
-
-
def
getRowDimension(): Int
-
def
getRowMatrix(arg0: Int): RealMatrix
-
def
getRowVector(arg0: Int): RealVector
-
def
getSubMatrix(arg0: Array[Int], arg1: Array[Int]): RealMatrix
-
def
getSubMatrix(arg0: Int, arg1: Int, arg2: Int, arg3: Int): RealMatrix
-
def
getTrace(): Double
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
isSquare(): Boolean
-
def
multiply(arg0: RealMatrix): RealMatrix
-
def
multiplyEntry(arg0: Int, arg1: Int, arg2: Double): Unit
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
operate(arg0: RealVector): RealVector
-
-
def
power(arg0: Int): RealMatrix
-
def
preMultiply(arg0: RealVector): RealVector
-
-
def
preMultiply(arg0: RealMatrix): RealMatrix
-
def
scalarAdd(arg0: Double): RealMatrix
-
def
scalarMultiply(arg0: Double): RealMatrix
-
-
def
setColumnMatrix(arg0: Int, arg1: RealMatrix): Unit
-
def
setColumnVector(arg0: Int, arg1: RealVector): Unit
-
def
setEntry(arg0: Int, arg1: Int, arg2: Double): Unit
-
-
def
setRowMatrix(arg0: Int, arg1: RealMatrix): Unit
-
def
setRowVector(arg0: Int, arg1: RealVector): Unit
-
-
def
subtract(arg0: RealMatrix): RealMatrix
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
transpose(): RealMatrix
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
walkInColumnOrder(arg0: RealMatrixPreservingVisitor, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Double
-
def
walkInColumnOrder(arg0: RealMatrixChangingVisitor, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Double
-
def
walkInColumnOrder(arg0: RealMatrixPreservingVisitor): Double
-
def
walkInColumnOrder(arg0: RealMatrixChangingVisitor): Double
-
def
walkInOptimizedOrder(arg0: RealMatrixPreservingVisitor, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Double
-
def
walkInOptimizedOrder(arg0: RealMatrixChangingVisitor, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Double
-
def
walkInOptimizedOrder(arg0: RealMatrixPreservingVisitor): Double
-
def
walkInOptimizedOrder(arg0: RealMatrixChangingVisitor): Double
-
def
walkInRowOrder(arg0: RealMatrixPreservingVisitor, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Double
-
def
walkInRowOrder(arg0: RealMatrixChangingVisitor, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Double
-
def
walkInRowOrder(arg0: RealMatrixPreservingVisitor): Double
-
def
walkInRowOrder(arg0: RealMatrixChangingVisitor): Double
-
Inherited by implicit conversion toRealMatrix from
SymmetricMatrix[V] to RealMatrix