29303132333435363738
public class TestCholSolver { @Test public void standardTests() { CholeskySolver solver = new CholeskySolver(); BaseCholSolveTests tests = new BaseCholSolveTests(); tests.standardTests(solver); }