Packages

object BzMatrixOps extends MatrixOps[DenseMatrix[Double], DenseVector[Double]]

Linear Supertypes
MatrixOps[DenseMatrix[Double], DenseVector[Double]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BzMatrixOps
  2. MatrixOps
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def centerColumns(matrix: DenseMatrix[Double]): DenseMatrix[Double]
    Definition Classes
    BzMatrixOpsMatrixOps
  2. def colMean(matrix: DenseMatrix[Double]): DenseVector[Double]

    Computes the mean of each column.

    Computes the mean of each column. The result is transposed into a vector.

    Definition Classes
    BzMatrixOpsMatrixOps
  3. def gemv(A: DenseMatrix[Double], x: DenseVector[Double], yOpt: Option[DenseVector[Double]] = None, alpha: Double = 1.0, beta: Double = 1.0, aTranspose: Boolean = false): DenseVector[Double]

    alpha*A*x + beta*y

    alpha*A*x + beta*y

    Definition Classes
    BzMatrixOpsMatrixOps
  4. def size(matrix: DenseMatrix[Double]): (Long, Long)
    Definition Classes
    BzMatrixOpsMatrixOps
  5. def transpose(matrix: DenseMatrix[Double]): DenseMatrix[Double]
    Definition Classes
    BzMatrixOpsMatrixOps