ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
orthpoly.cpp File Reference

(* $Id$)

Description not yet available. More...

#include <fvar.hpp>

Go to the source code of this file.

Functions

dmatrix orthpoly (int n, int deg)
 Description not yet available.
dmatrix orthpoly (int n, int deg, int skip)
 Description not yet available.
dmatrix orthpoly_constant_begin (int n, int deg, int nconst)
 Description not yet available.
dmatrix orthpoly_constant_begin_end (int n, int deg, int nconst_begin, int end_degree, int nconst_end)
 Description not yet available.
dmatrix seldif_basis (int n)
 Description not yet available.

Detailed Description

Description not yet available.

Definition in file orthpoly.cpp.


Function Documentation

dmatrix orthpoly ( int  n,
int  deg 
)

Description not yet available.

Parameters:

Definition at line 17 of file orthpoly.cpp.

dmatrix orthpoly ( int  n,
int  deg,
int  skip 
)

Description not yet available.

Parameters:

Definition at line 46 of file orthpoly.cpp.

dmatrix orthpoly_constant_begin ( int  n,
int  deg,
int  nconst 
)

Description not yet available.

Parameters:

Definition at line 75 of file orthpoly.cpp.

dmatrix orthpoly_constant_begin_end ( int  n,
int  deg,
int  nconst_begin,
int  end_degree,
int  nconst_end 
)

Description not yet available.

Parameters:

Definition at line 143 of file orthpoly.cpp.

dmatrix seldif_basis ( int  n)

Description not yet available.

Parameters:

Definition at line 222 of file orthpoly.cpp.