package
linear
Type Members
-
-
case class
Matrix(matrix: SimpleMatrix) extends Product with Serializable
Value Members
-
object
Matrix extends Serializable
-
implicit
def
arrayToMatrix(values: Array[Array[Double]]): Matrix
-
implicit
def
doubleToLinearDouble(d: Double): LinearDouble
-
def
loadCSV(source: Source, skipLinesNum: Int): Matrix
-
def
loadCSV(file: String, skipLinesNum: Int): Matrix
-
def
loadCSV(inputStream: InputStream, skipLinesNum: Int): Matrix
-
-
Inherited from AnyRef
Inherited from Any