gsplines_cpp icon indicating copy to clipboard operation
gsplines_cpp copied to clipboard

Implement specific class for Gauss-Lobatto Lagrange polynomial

Open rafaelrojasmiliani opened this issue 2 years ago • 1 comments

  • [x] with sum operations with other GaussLobatoLagrange GSpline.
    • This require to test
      1. If the basis are the same
      2. If they have both the same number of intervals
      3. If they have both the sames dimension of co-domain
  • [x] #45
  • [x] multiplication by real scalar
  • [x] multiplication by scalar valued GSpline
  • [x] division of a real number by a scalar valued GSpline
  • [x] assignment multiplication by real scalar (consider write this for splines)
  • [ ] Matrix multiplication, left (transpose) and right
  • [ ] Multiplication by a history of matrices (Different matrix for a different instances) left (transpose) and right
  • [x] euclidean norm, takes a spline and returns a scalar valued spline.
  • [x] dot product
  • [ ] #49

rafaelrojasmiliani avatar Sep 23 '21 15:09 rafaelrojasmiliani