object DMatrixOps extends MatrixOps[DMatrix, DVector]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DMatrixOps
- MatrixOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
centerColumns(matrix: DMatrix): DMatrix
- Definition Classes
- DMatrixOps → MatrixOps
-
def
colMean(matrix: DMatrix): DVector
Computes the mean of each column.
Computes the mean of each column. The result is transposed into a vector.
- Definition Classes
- DMatrixOps → MatrixOps
-
def
gemv(A: DMatrix, x: DVector, yOpt: Option[DVector] = None, alpha: Double = 1.0, beta: Double = 1.0, aTranspose: Boolean = false): DVector
alpha*A*x + beta*y
alpha*A*x + beta*y
- Definition Classes
- DMatrixOps → MatrixOps
-
def
size(matrix: DMatrix): (Long, Long)
- Definition Classes
- DMatrixOps → MatrixOps
-
def
transpose(matrix: DMatrix): DMatrix
- Definition Classes
- DMatrixOps → MatrixOps