gsplines_cpp icon indicating copy to clipboard operation
gsplines_cpp copied to clipboard

Fix Basis implementation and GSpline derivative

Open rafaelrojasmiliani opened this issue 2 years ago • 0 comments

The implementation of the basis must be fixed in order to reduce the code in their derived classes. We require

  • Fast implementation of n-th derivative matrix (returned as a referece)
  • Fast implementation of the n-th matrix of the sobolev norm

This may be related to #2 as efficiently would also require to define derivative matrices as static members, i.e. common to all instances of a given basis.

read this

read this

this

this

rafaelrojasmiliani avatar Sep 21 '21 11:09 rafaelrojasmiliani