dk.bayes.math

linear

package linear

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. linear
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class LinearDouble extends AnyRef

  2. case class Matrix(matrix: SimpleMatrix) extends Product with Serializable

Value Members

  1. object Matrix extends Serializable

  2. implicit def arrayToMatrix(values: Array[Array[Double]]): Matrix

  3. implicit def doubleToLinearDouble(d: Double): LinearDouble

  4. def loadCSV(source: Source, skipLinesNum: Int): Matrix

  5. def loadCSV(file: String, skipLinesNum: Int): Matrix

  6. def loadCSV(inputStream: InputStream, skipLinesNum: Int): Matrix

  7. def sumRows(m: Matrix): Matrix

  8. def woodbury(Ainv: Matrix, U: Matrix, Cinv: Matrix, V: Matrix): Matrix

    http://en.wikipedia.org/wiki/Woodbury_matrix_identity

Inherited from AnyRef

Inherited from Any

Ungrouped