io.github.mandar2812.dynaml.optimization
Solves for x in A.x = b (where A is symmetric +ve semi-definite SparkPSDMatrix) iteratively using the Conjugate Gradient algorithm.
Solves for x in A.x = b (where A is symmetric +ve semi-definite) iteratively using the Conjugate Gradient algorithm.
Solves for X in A.X = B (where A is symmetric +ve semi-definite) iteratively using the Conjugate Gradient algorithm.