| Name | Description |
---|
  | LaguerreLSequence(Int32, Double) |
Evaluates a sequence of Laguerre polynomials of increasing degree.
|
  | LaguerreLSequence(Int32, Double, VectorDouble) |
Evaluates a sequence of Laguerre polynomials of increasing degree
and returns the result in the specified vector.
|
  | LaguerreLSequence(Int32, Double, Double) |
Evaluates a sequence of generalized Laguerre polynomials of increasing degree
|
  | LaguerreLSequence(Int32, Int32, Double) |
Evaluates a sequence of Laguerre polynomials of increasing degree starting at the specified degree.
|
  | LaguerreLSequence(Int32, Double, Double, VectorDouble) |
Evaluates a sequence of generalized Laguerre polynomials of increasing degree
and returns the result in the specified vector.
|
  | LaguerreLSequence(Int32, Int32, Double, VectorDouble) |
Evaluates a sequence of Laguerre polynomials of increasing degree starting at the specified degree
and returns the result in the specified vector.
|
  | LaguerreLSequence(Int32, Int32, Double, Double) |
Evaluates a sequence of generalized Laguerre polynomials of increasing degree starting at the specified degree.
|
  | LaguerreLSequence(Int32, Int32, Double, Double, VectorDouble) |
Evaluates a sequence of generalized Laguerre polynomials of increasing degree starting at the specified degree
and returns the result in the specified vector.
|