Mercurial > repos > public > sbplib
view runtestsPackage.m @ 1120:7963a9cab637 feature/poroelastic
In RungeKuttaDiscreteData, make K and U non-sparse to improve performance by roughly a factor of 3.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 07 May 2019 11:41:15 -0700 |
parents | 276dcccf6155 |
children | 3230e4cbdbb4 |
line wrap: on
line source
function res = runtestsPackage(pkgName) ts = matlab.unittest.TestSuite.fromPackage(pkgName); res = ts.run(); end