slash.matrix.decomposition.Cholesky
See theCholesky companion class
Attributes
-
Companion
-
class
-
Source
-
Cholesky.scala
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Self type
-
Members list
Cholesky algorithm for symmetric and positive definite matrix. Structure to access L and isspd flag.
Cholesky algorithm for symmetric and positive definite matrix. Structure to access L and isspd flag.
Value parameters
-
m
-
a square, symmetric, positive definite matrix.
Attributes
-
Throws
-
MatrixNotSymmetricPositiveDefinite
exception if m is not a square, symmetric, positive definite matrix.
-
Source
-
Cholesky.scala