ai.dragonfly.math.matrix.decomposition.Cholesky
See theCholesky companion object
Attributes
-
Companion
-
object
-
Source
-
Cholesky.scala
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
Members list
Value parameters
-
B
-
A Matrix with as many rows as A and any number of columns.
Attributes
-
Returns
-
X so that L*L'*X = B
-
Throws
-
IllegalArgumentException
Matrix row dimensions must agree.
RuntimeException
Matrix is not symmetric positive definite.
-
Source
-
Cholesky.scala