basic routines for ContFrac
This commit is contained in:
@@ -30,6 +30,8 @@ namespace LA {
|
||||
|
||||
template <typename T>
|
||||
class Polynomial : public NRVec<T> {
|
||||
private:
|
||||
int size() const; //prevent confusion with vector size
|
||||
public:
|
||||
Polynomial(): NRVec<T>() {};
|
||||
template<int SIZE> Polynomial(const T (&a)[SIZE]) : NRVec<T>(a) {};
|
||||
|
||||
Reference in New Issue
Block a user