dk
.
bayes
.
math
linear
package
linear
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
linear
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
class
LinearDouble
extends
AnyRef
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
def
sumRows
(
m:
Matrix
)
:
Matrix
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