Skip to content

4.0.1

Compare
Choose a tag to compare
@mikaem mikaem released this 21 Apr 13:12
· 128 commits to master since this release
  • It is now possible to configure how inner products are computed using config['matrix']['assemble']
  • All matrix modules for orthogonal polynomials are much improved. Using assemble on subclasses of SpectralMatrix
  • Introduced a new way to compute matrices using stencil matrices and the orthogonal basis. This is more efficient in terms of memory than regular Vandermonde type of quadrature.