Returns the solution X of the linear system A X = B. The matrix A must be symmetric and positive-definite. Also, the matrices A and B must have the same number of rows. @param b the right-hand-side matrix B. @return the solution matrix X.
(DMatrix b)