|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.polynomials.DoubleLagrangeBasis
org.jscience.mathematics.analysis.polynomials.DoubleChebyshevBasis
public class DoubleChebyshevBasis
The famous Chebychev basis for interpolating polynomials with minimal variation
| Field Summary |
|---|
| Fields inherited from class org.jscience.mathematics.analysis.polynomials.DoubleLagrangeBasis |
|---|
_dim, _samplingsX |
| Constructor Summary | |
|---|---|
DoubleChebyshevBasis(int dim)
Creates a new instance of ChebychevBase for a given degree |
|
| Method Summary |
|---|
| Methods inherited from class org.jscience.mathematics.analysis.polynomials.DoubleLagrangeBasis |
|---|
buildBasis, dimension, getBasisVector, getSamplingPoints, superposition, superposition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jscience.mathematics.analysis.polynomials.PolynomialBasis |
|---|
dimension, getBasisVector, getSamplingPoints, superposition |
| Constructor Detail |
|---|
public DoubleChebyshevBasis(int dim)
dim - Dimension (= degree)
java.lang.IllegalArgumentException - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||